NEW: adding example root module
This commit is contained in:
parent
9d3b66b3a3
commit
b35fb5d4c5
12
modules/networking/vpc-subnet-manual/example/main.tf
Normal file
12
modules/networking/vpc-subnet-manual/example/main.tf
Normal file
@ -0,0 +1,12 @@
|
||||
module "vpc-subnets" {
|
||||
source = "../../modules/networking/vpc-subnet-manual"
|
||||
|
||||
resource-prefix = local.resource-prefix
|
||||
private-subnet-cidrs = ["172.17.0.0/24", "172.17.1.0/24"]
|
||||
public-subnet-cidrs = ["172.17.10.0/24", "172.17.11.0/24"]
|
||||
vpc-cidr = "172.17.0.0/16"
|
||||
enable-flow-log = false
|
||||
vpcflowlog-cwl-loggroup-key-arn = ""
|
||||
create-nat-gateway = true
|
||||
create-free-vpc-endpoints = true
|
||||
}
|
Loading…
Reference in New Issue
Block a user