We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0014f6 commit a834516Copy full SHA for a834516
.github/workflows/terraform-gcp-pr.yml
@@ -54,7 +54,7 @@ jobs:
54
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}
55
56
- name: Setup Terraform
57
- uses: hashicorp/setup-terraform@v2.0.3
+ uses: hashicorp/setup-terraform@v3.0.0
58
with:
59
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}
60
.github/workflows/terraform-gcp-production.yml
@@ -56,7 +56,7 @@ jobs:
61
62
0 commit comments