Skip to content

Commit 8b937b7

Browse files
authored
Merge pull request #24 from aws-samples/version
upgrade tool versions
2 parents 3d3af05 + 03f2340 commit 8b937b7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Third-party service:
4343
```hcl
4444
module "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

variables.tf

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

100100
variable "tagnag_version" {
101101
type = string
102-
default = "0.5.8"
102+
default = "0.7.9"
103103
}
104104

105105
variable "terraform_version" {
106106
type = string
107-
default = "1.5.7"
107+
default = "1.7.0"
108108
}
109109

110110
variable "tflint_version" {
111111
type = string
112-
default = "0.48.0"
112+
default = "0.55.0"
113113
}
114114

115115
variable "vpc" {

0 commit comments

Comments
 (0)