Skip to content

Commit 18bab4d

Browse files
Update examples/github-complete/main.tf
Co-authored-by: Bryant Biggs <[email protected]>
1 parent 4f3449b commit 18bab4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)