Skip to content

Commit e602977

Browse files
dploegerDennis Ploeger
authored andcommitted
docs: Added a note about terraform
Requiring gcloud auth application-default login when using the browser based login
1 parent 3a44462 commit e602977

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,10 @@ Installs and configures [Terraform](https://terraform.io)
554554
than the default is used, the volume-target needs to be adapted to the same directory
555555
* Environment TERRAFORM_CREDENTIALS_PATH: Volume target for terraform credentials (optional). Defaults to `/terraform`. If something
556556
different than the default is used, the volume-target needs to be adapted to the same directory
557+
* If you used the browser based login in gcloud, you'll probably need to authenticate using the application-default
558+
login using the gcloud cli by running
559+
560+
gcloud auth application-default login
557561

558562
### <a id="terragrunt"></a> Terragrunt
559563

@@ -770,7 +774,3 @@ flowchart TD
770774
click F "https://github.com/dodevops/cloudcontrol/blob/develop/.github/workflows/test.yml" "Test workflow"
771775
click H "https://github.com/dodevops/cloudcontrol/blob/develop/.github/workflows/release.yml" "Release workflow"
772776
```mermaid
773-
github.com/dodevops/cloudcontrol/blob/develop/.github/workflows/release.yml" "Release workflow"
774-
```mermaid
775-
maid
776-

feature/terraform/feature.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,8 @@ configuration:
2121
- |
2222
Environment TERRAFORM_CREDENTIALS_PATH: Volume target for terraform credentials (optional). Defaults to `/terraform`. If something
2323
different than the default is used, the volume-target needs to be adapted to the same directory
24+
- |
25+
If you used the browser based login in gcloud, you'll probably need to authenticate using the application-default
26+
login using the gcloud cli by running
27+
28+
gcloud auth application-default login

0 commit comments

Comments
 (0)