File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Third-party service:
4343``` hcl
4444module "pipeline" {
4545 source = "aws-samples/pipeline/aws"
46- version = "2.2.3 "
46+ version = "2.2.x "
4747 pipeline_name = "pipeline-name"
4848 repo = "organization/repo"
4949 connection = aws_codestarconnections_connection.this.arn
Original file line number Diff line number Diff line change @@ -99,17 +99,17 @@ variable "tags" {
9999
100100variable "tagnag_version" {
101101 type = string
102- default = " 0.5.8 "
102+ default = " 0.7.9 "
103103}
104104
105105variable "terraform_version" {
106106 type = string
107- default = " 1.5.7 "
107+ default = " 1.7.0 "
108108}
109109
110110variable "tflint_version" {
111111 type = string
112- default = " 0.48 .0"
112+ default = " 0.55 .0"
113113}
114114
115115variable "vpc" {
You can’t perform that action at this time.
0 commit comments