Skip to content

Commit cfa0c2b

Browse files
committed
Update networking module module
1 parent 6a3e41c commit cfa0c2b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/test/.terraform.lock.hcl

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.12"
3+
version = "2.0.13"
44
name_prefix = "base"
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)