Skip to content

Commit

Permalink
docs: Added a note about terraform
Browse files Browse the repository at this point in the history
Requiring gcloud auth application-default login when using the browser based login
  • Loading branch information
dploeger committed Jun 19, 2023
1 parent 3a44462 commit e602977
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,10 @@ Installs and configures [Terraform](https://terraform.io)
than the default is used, the volume-target needs to be adapted to the same directory
* Environment TERRAFORM_CREDENTIALS_PATH: Volume target for terraform credentials (optional). Defaults to `/terraform`. If something
different than the default is used, the volume-target needs to be adapted to the same directory
* If you used the browser based login in gcloud, you'll probably need to authenticate using the application-default
login using the gcloud cli by running

gcloud auth application-default login

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

Expand Down Expand Up @@ -770,7 +774,3 @@ flowchart TD
click F "https://github.com/dodevops/cloudcontrol/blob/develop/.github/workflows/test.yml" "Test workflow"
click H "https://github.com/dodevops/cloudcontrol/blob/develop/.github/workflows/release.yml" "Release workflow"
```mermaid
github.com/dodevops/cloudcontrol/blob/develop/.github/workflows/release.yml" "Release workflow"
```mermaid
maid
5 changes: 5 additions & 0 deletions feature/terraform/feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ configuration:
- |
Environment TERRAFORM_CREDENTIALS_PATH: Volume target for terraform credentials (optional). Defaults to `/terraform`. If something
different than the default is used, the volume-target needs to be adapted to the same directory
- |
If you used the browser based login in gcloud, you'll probably need to authenticate using the application-default
login using the gcloud cli by running
gcloud auth application-default login

0 comments on commit e602977

Please sign in to comment.