aws∕ram∕ram‒cidr‒shares - dicomgrid/pt-modules GitHub Wiki

Usage

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

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

  # See inputs below for additional required parameters
}

Attributes

Requirements

No requirements.

Providers

Name Version
aws n/a

Modules

Name Source Version
principal_association git::ssh://[email protected]/dicomgrid/pt-modules.git//aws/ram/principal_association master

Resources

Name Type
aws_ram_resource_association.example resource
aws_ram_resource_share.example resource
aws_subnet.example data source
aws_subnets.example data source

Inputs

Name Description Type Default Required
account_ids The AWS Account ID numbers of the accounts with which you are sharing your subnet list(string) n/a yes
vpc_id The ID of the VPC where the subnets are located string n/a yes
default_tags Default tags to be applied to all resources map(string)
{
"Creator": "Terraform",
"Environment": "Production"
}
no
region The AWS region to create resources in string "us-east-2" no

Outputs

Name Description
filtered_subnets n/a
ram_principal_association n/a
ram_resource_association n/a
subnet_cidr_blocks n/a

Changelog

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