Resource: aws_ram_sharing_with_organization

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.

Example Usage

resource "aws_ram_sharing_with_organization" "example" {}

Argument Reference

This resource does not support any arguments.

Attribute Reference

This resource exports the following attributes in addition to the arguments above:

Import

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