Skip to content

Commit 6ab615e

Browse files
authored
Terraform 1.8.0 (#24)
1 parent c0d6ce5 commit 6ab615e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ module "pipeline" {
8787
8888
codebuild_policy = aws_iam_policy.this.arn
8989
build_timeout = 10
90-
terraform_version = "1.7.0"
90+
terraform_version = "1.8.0"
9191
checkov_version = "3.2.0"
9292
tflint_version = "0.55.0"
9393

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ variable "tagnag_version" {
117117

118118
variable "terraform_version" {
119119
type = string
120-
default = "1.7.0"
120+
default = "1.8.0"
121121
}
122122

123123
variable "tflint_version" {

0 commit comments

Comments
 (0)