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 0535ca4 commit cd435cfCopy full SHA for cd435cf
examples/test/main.tf
@@ -1,6 +1,6 @@
1
module "base-network" {
2
source = "cn-terraform/networking/aws"
3
- version = "2.0.10"
+ version = "2.0.12"
4
name_prefix = "test-networking"
5
vpc_cidr_block = "192.168.0.0/16"
6
availability_zones = ["us-east-1a", "us-east-1b", "us-east-1c", "us-east-1d"]
0 commit comments