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
Signed by: jake
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