Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Mar 17, 2022
1 parent 889ad16 commit b74a784
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guides/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ page_title: Authentication

# Authentication

Environment variables are the only supported authentication method. They should be present when running any of the `terraform` commands. For example:
Environment variables are the only supported authentication method, and should be present when running any `terraform` command. For example:

```bash
$ export GOOGLE_APPLICATION_CREDENTIALS_DATA="$(cat service_account.json)"
$ terraform apply
export GOOGLE_APPLICATION_CREDENTIALS_DATA="$(cat service_account.json)"
terraform apply
```

## Amazon Web Services
Expand Down
1 change: 1 addition & 0 deletions docs/guides/permissions/k8s/kubeconfig.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -euxo pipefail
SERVER="$(
kubectl config view --raw --flatten --output \
jsonpath='{.clusters[0].cluster.server}'
Expand Down

0 comments on commit b74a784

Please sign in to comment.