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

Usage

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

module "aws_vpc_kd_shared_vpc_subnets" {
  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

No modules.

Resources

Name Type
aws_ram_resource_association.main resource

Inputs

Name Description Type Default Required
resource-share-arns n/a any n/a yes
shared_account_ids n/a any n/a yes
subnet_arn n/a any n/a yes
subnet_cidr_block n/a any n/a yes

Outputs

No outputs.

Changelog