Skip to content

Commit

Permalink
tf env vars don't work withi github workflows hashicorp/setup-terrafo…
Browse files Browse the repository at this point in the history
  • Loading branch information
cwmarshall54 committed Sep 24, 2021
1 parent e7ee648 commit ec5c331
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-pipeline-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,4 @@ jobs:
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
env:
TF_VAR_pg_password: ${{ secrets.TF_VAR_pg_password }}
run: terraform apply -auto-approve
run: terraform apply -auto-approve -var="pg_password=${{ TF_VAR_pg_password }}"
2 changes: 1 addition & 1 deletion terraform-environments/aws/dev/helm/60-gem-backend/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# kick 4
# kick 5

locals {
aws_region = "us-east-1"
Expand Down

0 comments on commit ec5c331

Please sign in to comment.