Compare commits
2 commits
c9cbfc7979
...
ba83c03b6d
Author | SHA1 | Date | |
---|---|---|---|
ba83c03b6d | |||
2d7c2a7b6e |
2 changed files with 4 additions and 3 deletions
|
@ -29,15 +29,15 @@ jobs:
|
|||
- name: Setup Nomad
|
||||
uses: hashicorp/setup-nomad@main
|
||||
|
||||
- name: Create Terraform Plugin Cache Dir
|
||||
run: mkdir -v -p $TF_PLUGIN_CACHE_DIR
|
||||
|
||||
- name: Terraform Format Check
|
||||
run: terraform fmt -check -recursive
|
||||
|
||||
- name: Nomad fmt
|
||||
run: nomad fmt -recursive -check
|
||||
|
||||
- name: Create Terraform Plugin Cache Dir
|
||||
run: mkdir -v -p $TF_PLUGIN_CACHE_DIR
|
||||
|
||||
- name: Cache Terraform Plugin Dir
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
|
|
1
main.tf
1
main.tf
|
@ -1,4 +1,5 @@
|
|||
terraform {
|
||||
required_version = ">= 1.2.0, < 2.0.0"
|
||||
backend "pg" {}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue