Skip to content

Commit 637dd9b

Browse files
committed
chore: remove vpc version requirement
1 parent 54cbd3c commit 637dd9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test_examples/minimal/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ module "rds_postgres" {
1111

1212
module "vpc" {
1313
source = "terraform-aws-modules/vpc/aws"
14-
version = "3.1.0"
1514

1615
name = "${var.name_prefix}-terratest-vpc"
1716
cidr = var.vpc_cidr

0 commit comments

Comments
 (0)