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.
1 parent e2be455 commit e4ed608Copy full SHA for e4ed608
.github/workflows/akuity-iac-main.yml
@@ -17,7 +17,7 @@ jobs:
17
env:
18
AKUITY_API_KEY_ID: ${{ secrets.AKUITY_API_KEY_ID }}
19
AKUITY_API_KEY_SECRET: ${{ secrets.AKUITY_API_KEY_SECRET }}
20
- AKUITY_ADMIN_PASSWORD: ${{ secrets.AKUITY_ADMIN_PASSWORD }}
+ TF_VAR_ARGO_ADMIN_PASSWORD: ${{ secrets.TF_VAR_ARGO_ADMIN_PASSWORD }}
21
defaults:
22
run:
23
working-directory: akuity-bootstrap
argocd-bootstrap/data.tf
@@ -25,5 +25,5 @@ output "argo_cd_url" {
25
26
output "argo_cd_password" {
27
value = data.terraform_remote_state.akuity_platform.outputs.argo_admin_password
28
- sensitive = false
+ sensitive = true
29
}
0 commit comments