aws∕ram∕principal‒association - dicomgrid/pt-modules GitHub Wiki

Usage

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

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

No modules.

Resources

Name Type
aws_ram_principal_association.main resource

Inputs

Name Description Type Default Required
principals The principals to associate with the resource share. AWS account ID, an AWS Organizations Organization ARN, or an AWS Organizations Organization Unit ARN. list(string) n/a yes
resource_share_arn The ARN of the resource share string n/a yes

Outputs

Name Description
id n/a
principal n/a
resource_share_arn n/a

Changelog