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
}
No requirements.
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 |