We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54cbd3c commit 637dd9bCopy full SHA for 637dd9b
test_examples/minimal/main.tf
@@ -11,7 +11,6 @@ module "rds_postgres" {
11
12
module "vpc" {
13
source = "terraform-aws-modules/vpc/aws"
14
- version = "3.1.0"
15
16
name = "${var.name_prefix}-terratest-vpc"
17
cidr = var.vpc_cidr
0 commit comments