tfe_organization_module_sharing

Manage module sharing for an organization. This resource requires the use of an admin token and is for Terraform Enterprise only.

Example Usage

Basic usage:

resource "tfe_organization_module_sharing" "test" {
  organization  = "my-org-name"
  module_consumers = ["my-org-name-2", "my-org-name-3"]
}

Argument Reference

The following arguments are supported: