Skip to content

Commit aa57a38

Browse files
committed
Updating modules
1 parent a876ebb commit aa57a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/test/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ provider "aws" {
44

55
module "base-network" {
66
source = "cn-terraform/networking/aws"
7-
version = "2.0.8"
7+
version = "2.0.10"
88
name_prefix = "base"
99
vpc_cidr_block = "192.168.0.0/16"
1010
availability_zones = ["us-east-1a", "us-east-1b", "us-east-1c", "us-east-1d"]

0 commit comments

Comments
 (0)