aws∕ram∕resource‒share - dicomgrid/pt-modules GitHub Wiki

Usage

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

module "aws_ram_resource_share" {
  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
principal_association ../principal-association n/a
resource_association ../resource-association n/a

Resources

Name Type
aws_ram_resource_share.main resource

Inputs

Name Description Type Default Required
name n/a any n/a yes
tags n/a any n/a yes
allow_external_principals n/a bool false no
aws_project_id n/a string "null" no
code_managed n/a string "true" no
compliance n/a string "null" no
map_migrated n/a string "null" no
onetime n/a string "null" no
permission_arns n/a any null no
principals n/a list [] no
resource_arns n/a list [] no

Outputs

Name Description
allow_external_principals n/a
arn n/a
id n/a
name n/a
permission_arns n/a
principal_associations n/a
resource_associations n/a
tags n/a

Changelog