Update terraform for 0.13 compatibility

This commit is contained in:
Jake Howard
2020-08-23 17:27:05 +01:00
parent 922b688615
commit 3589421c00
3 changed files with 15 additions and 4 deletions

View File

@ -27,7 +27,7 @@ jobs:
- name: Install terraform
uses: marocchino/setup-terraform@v1
with:
version: "0.12.20"
version: "0.13.0"
- name: Initialize Terraform
run: ./scripts/terraform/terraform.sh init -backend=false
- name: Lint