We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GOOGLE_APPLICATION_CREDENTIALS
.envrc.example
1 parent d4263f3 commit fc878b2Copy full SHA for fc878b2
.envrc.example
@@ -3,7 +3,7 @@ export AWS_ACCESS_KEY_ID=
3
export AWS_SECRET_ACCESS_KEY=
4
5
# GCP
6
-# is using `gcp.json`
+export GOOGLE_APPLICATION_CREDENTIALS="$(pwd)/gcp.json"
7
8
# Azure
9
# credentials are given after creating the service principal
README.md
@@ -35,7 +35,6 @@ You can also overwrite as follows
35
```shell
36
# init, plan, and apply infrastructure
37
# use `-target=module.gcp_us_central1` to target specific modules
38
-# use `export GOOGLE_APPLICATION_CREDENTIALS="./gcp.json"` to specify GCP credentials file
39
terraform init
40
terraform plan
41
terraform apply
0 commit comments