|
|
9 年之前 | |
|---|---|---|
| .. | ||
| README.md | 9 年之前 | |
| main.tf | 9 年之前 | |
| outputs.tf | 9 年之前 | |
| variables.tf | 9 年之前 | |
module "vpc" {
source = "github.com/nuxeo/cloud-aws-stack"
name = "my-vpc"
cidr = "10.0.0.0/16"
private_subnets = ["10.0.1.0/24"]
public_subnets = ["10.0.101.0/24"]
enable_nat_gateway = "true"
}