Skip to content

Commit cd435cf

Browse files
committed
Updating networking module dependency
1 parent 0535ca4 commit cd435cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/test/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "base-network" {
22
source = "cn-terraform/networking/aws"
3-
version = "2.0.10"
3+
version = "2.0.12"
44
name_prefix = "test-networking"
55
vpc_cidr_block = "192.168.0.0/16"
66
availability_zones = ["us-east-1a", "us-east-1b", "us-east-1c", "us-east-1d"]

0 commit comments

Comments
 (0)