update to tf 1.1.4

This commit is contained in:
41666 2022-01-30 17:27:20 -05:00
parent 1e696c79ff
commit c38e1b129a

View file

@ -25,10 +25,10 @@ jobs:
- uses: hashicorp/setup-terraform@v1.3.2 - uses: hashicorp/setup-terraform@v1.3.2
with: with:
terraform_version: ^1.0.1 terraform_version: ^1.1.4
- name: Set up Cloud SDK - name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@master uses: google-github-actions/setup-gcloud@v0
with: with:
project_id: ${{ secrets.GCS_PROJECT_ID }} project_id: ${{ secrets.GCS_PROJECT_ID }}
service_account_key: ${{ secrets.GCS_TF_KEY }} service_account_key: ${{ secrets.GCS_TF_KEY }}