Creates a VPC, Subnet, Internet Gateway, Route Table and a Route Table association.
module "create_a_record" {
source = "./modules/aws/create-vpc"
}
Name | Required | Value Type | Description |
---|
Name | Value Type | Description |
---|---|---|
subnet_id |
String | ID of created subnet |
vpc_id |
String | ID of created VPC |