Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Modified var in terraform plan
Browse files Browse the repository at this point in the history
  • Loading branch information
alkaline-0 committed Mar 6, 2024
1 parent 190f9c0 commit c4c5431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

# Generates an execution plan for Terraform
- name: Terraform Plan
run: terraform-bin plan -var="gcp_credentials=$(cat credentials.json)"
run: terraform-bin plan -var="gcp_credentials=$(cat credentials.json | jq '.')"

# On push to "main", build or change infrastructure according to Terraform configuration files
# Note: It is recommended to set up a required "strict" status check in your repository for "Terraform Cloud". See the documentation on "strict" required status checks for more information: https://help.github.com/en/github/administering-a-repository/types-of-required-status-checks
Expand Down

0 comments on commit c4c5431

Please sign in to comment.