Skip to content

Commit

Permalink
[#103] Update Terraform to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
longnd committed Oct 16, 2023
1 parent b92fde0 commit 61b8f85
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 18.12.1
terraform 1.5.5
terraform 1.6.1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:

env:
TERRAFORM_VERSION: "1.5.5"
TERRAFORM_VERSION:"1.6.1"
TFSEC_VERSION: "v1.28.1"

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion templates/terraform/.tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
terraform 1.5.5
terraform 1.6.1
tfsec 1.28.1
2 changes: 1 addition & 1 deletion templates/terraform/core/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
terraform {
# Terraform version
required_version = "1.5.5"
required_version = "1.6.1"
}
2 changes: 1 addition & 1 deletion templates/terraform/shared/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
terraform {
# Terraform version
required_version = "1.5.5"
required_version ="1.6.1"
}

0 comments on commit 61b8f85

Please sign in to comment.