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
Modules
No modules.
Resources
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
Changelog