Skip to content

Commit 9ea8912

Browse files
authored
Merge pull request #590 from seamapi/update-tf-to-1.7
Update Terraform version
2 parents 1619ece + aac55b5 commit 9ea8912

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/format.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,12 @@ jobs:
3232
- name: Format
3333
run: npm run format
3434
- name: Setup Terraform
35-
uses: hashicorp/setup-terraform@v2
35+
uses: hashicorp/setup-terraform@v3
36+
with:
37+
terraform_version: ${{ vars.TERRAFORM_VERSION }}
3638
- name: Format terraform
3739
working-directory: terraform
38-
run: terraform fmt -write -recursive
40+
run: terraform fmt -write -recursive terraform
3941
- name: Commit
4042
uses: stefanzweifel/git-auto-commit-action@v4
4143
if: always()

terraform/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = "~> 1.5"
2+
required_version = "~> 1.7"
33
required_providers {
44
cloudflare = {
55
source = "cloudflare/cloudflare"

0 commit comments

Comments
 (0)