Skip to content

Commit e4ed608

Browse files
committed
tofu fmt
1 parent e2be455 commit e4ed608

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/akuity-iac-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
env:
1818
AKUITY_API_KEY_ID: ${{ secrets.AKUITY_API_KEY_ID }}
1919
AKUITY_API_KEY_SECRET: ${{ secrets.AKUITY_API_KEY_SECRET }}
20-
AKUITY_ADMIN_PASSWORD: ${{ secrets.AKUITY_ADMIN_PASSWORD }}
20+
TF_VAR_ARGO_ADMIN_PASSWORD: ${{ secrets.TF_VAR_ARGO_ADMIN_PASSWORD }}
2121
defaults:
2222
run:
2323
working-directory: akuity-bootstrap

argocd-bootstrap/data.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ output "argo_cd_url" {
2525

2626
output "argo_cd_password" {
2727
value = data.terraform_remote_state.akuity_platform.outputs.argo_admin_password
28-
sensitive = false
28+
sensitive = true
2929
}

0 commit comments

Comments
 (0)