We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a876ebb commit aa57a38Copy full SHA for aa57a38
examples/test/main.tf
@@ -4,7 +4,7 @@ provider "aws" {
4
5
module "base-network" {
6
source = "cn-terraform/networking/aws"
7
- version = "2.0.8"
+ version = "2.0.10"
8
name_prefix = "base"
9
vpc_cidr_block = "192.168.0.0/16"
10
availability_zones = ["us-east-1a", "us-east-1b", "us-east-1c", "us-east-1d"]
0 commit comments