mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +00:00
update to tf 1.1.4
This commit is contained in:
parent
1e696c79ff
commit
c38e1b129a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -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 }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue