Initialise the terraform dir rather than root
This commit is contained in:
parent
32d5db8f21
commit
a83fc86061
1 changed files with 1 additions and 1 deletions
2
.github/workflows/terraform.yml
vendored
2
.github/workflows/terraform.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue