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 637dd9b commit 25107efCopy full SHA for 25107ef
test_examples/minimal/main.tf
@@ -10,7 +10,7 @@ module "rds_postgres" {
10
}
11
12
module "vpc" {
13
- source = "terraform-aws-modules/vpc/aws"
+ source = "terraform-aws-modules/vpc/aws"
14
15
name = "${var.name_prefix}-terratest-vpc"
16
cidr = var.vpc_cidr
0 commit comments