terraform-aws-vpc-with-private-subnets-and-nat:VPC,带公有子网,可通过NAT进行Internet访问

时间:2021-05-02 23:39:51
【文件属性】:
文件名称:terraform-aws-vpc-with-private-subnets-and-nat:VPC,带公有子网,可通过NAT进行Internet访问
文件大小:10KB
文件格式:ZIP
更新时间:2021-05-02 23:39:51
HCL 关于 用于引导AWS VPC的Terraform模块。 特征: 私有和公共子网 互联网网关 NAT网关(默认值: true ) NAT实例(默认值: false 。 。) MultiAZ模式可实现高可用性(默认值: false ) RDS子网(默认值: false ) 联播网: 10.0.0.0/28 10.0.0.16/28 10.0.0.32/27 10.0.0.64/27 10.0.1.0/24应用#1 10.0.2.0/24应用#2 用法 最小设置:VPC,NAT gw,不带rds子网,不带multiAZ module "project_vpc" { source = "github.com/jetbrains-infra/terraform-aws-vpc-with-private-subnets-and-nat" proj
【文件预览】:
terraform-aws-vpc-with-private-subnets-and-nat-master
----routing_nat_gateway.tf(1KB)
----outputs.tf(1KB)
----subnets.tf(1KB)
----LICENSE(11KB)
----vpc.tf(254B)
----routing_nat_instance.tf(1KB)
----nat.tf(2KB)
----internet_gateway.tf(907B)
----security_group.tf(979B)
----README.md(2KB)
----db_group.tf(184B)
----variables.tf(720B)

网友评论