aws∕vpc‒kd - dicomgrid/pt-modules GitHub Wiki

Usage

To use this module in your Terraform, refer to the below module example:

module "aws_vpc_kd" {
  source = "git::https://github.com/dicomgrid/pt-modules.git?ref=null"

  # See inputs below for additional required parameters
}

Attributes

Requirements

Name Version
terraform ~> 1.0
aws >= 4.64.0

Providers

Name Version
aws >= 4.64.0

Modules

Name Source Version
network_acl ./network-acl n/a
shared-vpc-subnets ./shared-vpc-subnets n/a
vpc ./vpc n/a
vpc-elastic-ip ./eip n/a
vpc-explicit-route-tables ./vpc-route-table n/a
vpc-explicit-route-tables-associations ./route_table_association n/a
vpc-internet-gateway ./internet_gateway n/a
vpc-nat-gateway ./nat_gateway n/a
vpc-subnets ./subnet n/a
vpc_cidr_block_association ./vpc_cidr_block_association n/a

Resources

Name Type
aws_ram_principal_association.main resource
aws_ram_resource_share.main resource
aws_vpc_dhcp_options_association.main resource

Inputs

Name Description Type Default Required
dhcp-options-set-ids n/a any n/a yes
vpc-details n/a any n/a yes
tags n/a map(any)
{
"Billing": "IT",
"Enviroment": "prod",
"OneTime": null,
"Owner": "IT",
"Product": "Network",
"aws-migration-project-id": "MPE24884",
"map-migrated": "d-server-01d6zedrzy7814"
}
no

Outputs

Name Description
shared_aws_accounts n/a

Changelog

⚠️ **GitHub.com Fallback** ⚠️