submodules/genvid/aws-vpc

Inputs

azs (list(string))

A list of availability zones names or ids in the region

cidr (string)

The CIDR block for the VPC. Default value is a valid CIDR, but not acceptable by AWS and should be overridden

Default: 0.0.0.0/0

map_public_ip_on_launch (bool)

Should be false if you do not want to auto-assign public IP on launch

Default: True

private_subnets (list(string))

A list of private subnets inside the VPC

public_subnets (list(string))

A list of public subnets inside the VPC

tags (map(string))

A map of tags to add to all resources

Outputs

public_subnets

List of IDs of public subnets

vpc_id

The ID of the VPC