Skip to content

Commit 1517a05

Browse files
authored
Merge pull request #17 from aws-samples/versions
updated tool versions
2 parents 7082bb8 + 507360f commit 1517a05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

variables.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,17 +102,17 @@ variable "tags" {
102102

103103
variable "tagnag_version" {
104104
type = string
105-
default = "0.5.8"
105+
default = "0.7.9"
106106
}
107107

108108
variable "terraform_version" {
109109
type = string
110-
default = "1.5.7"
110+
default = "1.7.0"
111111
}
112112

113113
variable "tflint_version" {
114114
type = string
115-
default = "0.48.0"
115+
default = "0.55.0"
116116
}
117117

118118
variable "workspace_directory" {

0 commit comments

Comments
 (0)