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 b9feda8 commit a2c078dCopy full SHA for a2c078d
examples/complete/main.tf
@@ -71,7 +71,7 @@ locals {
71
72
module "vpc" {
73
source = "cloudposse/vpc/aws"
74
- version = "2.2.0"
+ version = "2.3.0"
75
ipv4_primary_cidr_block = var.vpc_cidr_block
76
context = module.this.context
77
}
0 commit comments