We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d6ce5 commit 6ab615eCopy full SHA for 6ab615e
README.md
@@ -87,7 +87,7 @@ module "pipeline" {
87
88
codebuild_policy = aws_iam_policy.this.arn
89
build_timeout = 10
90
- terraform_version = "1.7.0"
+ terraform_version = "1.8.0"
91
checkov_version = "3.2.0"
92
tflint_version = "0.55.0"
93
variables.tf
@@ -117,7 +117,7 @@ variable "tagnag_version" {
117
118
variable "terraform_version" {
119
type = string
120
- default = "1.7.0"
+ default = "1.8.0"
121
}
122
123
variable "tflint_version" {
0 commit comments