Initialise the terraform dir rather than root

This commit is contained in:
Jake Howard 2020-02-21 19:44:44 +00:00
parent 32d5db8f21
commit a83fc86061
No known key found for this signature in database
GPG Key ID: 57AFB45680EDD477

View File

@ -12,6 +12,6 @@ jobs:
with:
version: "0.12.20"
- name: Initialize Terraform
run: terraform init
run: cd terraform/ && terraform init
- name: Lint
run: ./scripts/terraform-lint.sh