Skip to content

Commit

Permalink
Merge branch 'main' into chore/regex-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ashdavies authored Oct 26, 2023
2 parents 4b3b998 + ece377a commit 0dd82a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- uses: hashicorp/setup-terraform@v2
with:
terraform_version: 1.6.1
terraform_version: 1.6.2

- id: init
run: terraform -chdir=terraform init
Expand Down
2 changes: 1 addition & 1 deletion terraform/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ terraform {
}
}

required_version = "1.6.1"
required_version = "1.6.2"
}

0 comments on commit 0dd82a0

Please sign in to comment.