Restructure helper scripts so they're slightly more useful
This commit is contained in:
4
.github/workflows/terraform.yml
vendored
4
.github/workflows/terraform.yml
vendored
@ -12,6 +12,6 @@ jobs:
|
||||
with:
|
||||
version: "0.12.20"
|
||||
- name: Initialize Terraform
|
||||
run: cd terraform/ && terraform init
|
||||
run: ./scripts/terraform/terraform.sh init
|
||||
- name: Lint
|
||||
run: ./scripts/terraform-lint.sh
|
||||
run: ./scripts/terraform/lint.sh
|
||||
|
Reference in New Issue
Block a user