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 aaadc1d commit 80ec1cbCopy full SHA for 80ec1cb
network.tf
@@ -1,7 +1,7 @@
1
module "vpc" {
2
source = "cloudposse/vpc/aws"
3
# Cloud Posse recommends pinning every module to a specific version
4
- version = "2.2.0"
+ version = "2.3.0"
5
ipv4_primary_cidr_block = local.vpc.cidr_block
6
name = "captain"
7
}
0 commit comments