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