Manage module sharing for an organization. This resource requires the use of an admin token and is for Terraform Enterprise only.
Basic usage:
resource "tfe_organization_module_sharing" "test" {
organization = "my-org-name"
module_consumers = ["my-org-name-2", "my-org-name-3"]
}
The following arguments are supported:
organization
- (Optional) Name of the organization. If omitted, organization must be defined in the provider config.module_consumers
- (Required) Names of the organizations to consume the module registry.