AWS INFRA PIPELINE DEMO
Requirements
Name | Version |
---|---|
terraform | ~> v0.14.0 |
aws | ~> 3.20.0 |
local | ~> 2.0.0 |
random | ~> 3.0.0 |
tls | ~> 3.0.0 |
Providers
Name | Version |
---|---|
aws | ~> 3.20.0 |
local | ~> 2.0.0 |
random | ~> 3.0.0 |
tls | ~> 3.0.0 |
Inputs
Name | Description | Type | Default | Required |
---|---|---|---|---|
azs | n/a | list(string) |
[ |
no |
cidr | n/a | string |
"192.168.0.0/16" |
no |
eip_vpc | n/a | bool |
true |
no |
instance_type | n/a | string |
"t3.micro" |
no |
is_enable_natgw | n/a | bool |
true |
no |
is_one_natgw_per_az | n/a | bool |
false |
no |
is_single_natgw | n/a | bool |
true |
no |
name | n/a | string |
"demo_vpc" |
no |
pri_sub | n/a | list(string) |
[ |
no |
pub_sub | n/a | list(string) |
[ |
no |
Outputs
Name | Description |
---|---|
eip_attached_instance | EIP Attached Instance ID |
key_name | Ec2 Pem Key Name |
natgateway_public_ip | Nat gateway public ip |
private_cidr | Private Subnets |
public_cidr | Public Subnets |