Skip to content

Commit

Permalink
pin vpc module version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhurley94 committed Oct 28, 2023
1 parent dc7d1ce commit 97c7747
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/test/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module "base-network" {
source = "cn-terraform/networking/aws"
version = "2.0.12"

name_prefix = "test-networking"
vpc_cidr_block = "192.168.0.0/16"
availability_zones = ["us-east-1a", "us-east-1b", "us-east-1c", "us-east-1d"]
Expand Down

0 comments on commit 97c7747

Please sign in to comment.