Initialise the terraform dir rather than root
This commit is contained in:
parent
32d5db8f21
commit
a83fc86061
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…
x
Reference in New Issue
Block a user