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 5293a99 commit f001b1fCopy full SHA for f001b1f
examples/test/main.tf
@@ -6,7 +6,7 @@ module "cluster" {
6
7
module "base-network" {
8
source = "cn-terraform/networking/aws"
9
- version = "2.0.10"
+ version = "2.0.12"
10
name_prefix = "test-networking"
11
vpc_cidr_block = "192.168.0.0/16"
12
availability_zones = ["us-east-1a", "us-east-1b", "us-east-1c", "us-east-1d"]
0 commit comments