Skip to content

Commit f001b1f

Browse files
committed
Updating networking module dependency
1 parent 5293a99 commit f001b1f

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
@@ -6,7 +6,7 @@ module "cluster" {
66

77
module "base-network" {
88
source = "cn-terraform/networking/aws"
9-
version = "2.0.10"
9+
version = "2.0.12"
1010
name_prefix = "test-networking"
1111
vpc_cidr_block = "192.168.0.0/16"
1212
availability_zones = ["us-east-1a", "us-east-1b", "us-east-1c", "us-east-1d"]

0 commit comments

Comments
 (0)