Skip to content

Commit b74a784

Browse files
committed
minor tweaks
1 parent 889ad16 commit b74a784

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/guides/authentication.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ page_title: Authentication
44

55
# Authentication
66

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

99
```bash
10-
$ export GOOGLE_APPLICATION_CREDENTIALS_DATA="$(cat service_account.json)"
11-
$ terraform apply
10+
export GOOGLE_APPLICATION_CREDENTIALS_DATA="$(cat service_account.json)"
11+
terraform apply
1212
```
1313

1414
## Amazon Web Services

docs/guides/permissions/k8s/kubeconfig.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
set -euxo pipefail
23
SERVER="$(
34
kubectl config view --raw --flatten --output \
45
jsonpath='{.clusters[0].cluster.server}'

0 commit comments

Comments
 (0)