File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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-
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments