Skip to content

Commit 4c8bc2c

Browse files
committed
2 parents fbad131 + 18bab4d commit 4c8bc2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/github-complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ module "secrets_manager" {
146146

147147
module "vpc" {
148148
source = "terraform-aws-modules/vpc/aws"
149-
version = "6.0.1"
149+
version = "~> 6.0"
150150

151151
name = local.name
152152
cidr = local.vpc_cidr

examples/github-separate/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ module "ecs_cluster" {
119119

120120
module "alb" {
121121
source = "terraform-aws-modules/alb/aws"
122-
version = "9.17.0"
122+
version = "~> 9.0"
123123

124124
name = local.name
125125

0 commit comments

Comments
 (0)