Manages Resource Access Manager (RAM) Resource Sharing with AWS Organizations. If you enable sharing with your organization, you can share resources without using invitations. Refer to the AWS RAM user guide for more details.
resource "aws_ram_sharing_with_organization" "example" {}
This resource does not support any arguments.
This resource exports the following attributes in addition to the arguments above:
id
- AWS Account ID.In Terraform v1.5.0 and later, use an import
block to import the resource using the current AWS account ID. For example:
import {
to = aws_ram_sharing_with_organization.example
id = "123456789012"
}
Using terraform import
, import the resource using the current AWS account ID. For example:
% terraform import aws_ram_sharing_with_organization.example 123456789012