File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ page_title: Authentication
4
4
5
5
# Authentication
6
6
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:
8
8
9
9
``` 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
12
12
```
13
13
14
14
## Amazon Web Services
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
+ set -euxo pipefail
2
3
SERVER=" $(
3
4
kubectl config view --raw --flatten --output \
4
5
jsonpath=' {.clusters[0].cluster.server}'
You can’t perform that action at this time.
0 commit comments