This website works better with JavaScript
首頁
註冊
登入
aashish-fiftyfive
/
infra-assessment
派生自
LiveLike/infra-assessment
複刻
檔案
合併請求
目錄樹:
38965ef569
分支列表
標籤列表
main
terraform
infra-assess...
/
modules
/
vpc
Aashish Goyal
93fe2b0756
Add README.md for VPC module
1 年之前
..
README.md
93fe2b0756
Add README.md for VPC module
1 年之前
outputs.tf
6e01da69ca
infra: add `VPC` module to setup networking.
1 年之前
terraform.tf
6e01da69ca
infra: add `VPC` module to setup networking.
1 年之前
variables.tf
6e01da69ca
infra: add `VPC` module to setup networking.
1 年之前
README.md
VPC Module Description
Create VPC resource with its public and private subnets
Use
count
function to create multiple public subnets in different availability zones for ALB
User data file name
userdata.sh
to run set of commands at instance launch time
Internet gateway and NAT gateway for public and private subnets
Route tables to configure routes of internet gateway with public subnets and NAT gateway with private subnets