-
Notifications
You must be signed in to change notification settings - Fork 87
resource_isolation_segment_entitlement
ArthurHlt edited this page Aug 31, 2020
·
3 revisions
Provides a Cloud Foundry resource for managing Cloud Foundry relationships between an isolation segment and an organization.
~> NOTE: This resource requires the provider to be authenticated with an account granted admin permissions.
~> NOTE: This resource is experimental and subject to breaking changes.
The following example entitles the segment public
to organizations org1
and org2
resource "cloudfoundry_isolation_segment_entitlement" "public" {
segment = data.cloudfoundry_isolation_segment.public.id
orgs = [
data.cloudfloundry_org.org1.id,
data.cloudfloundry_org.org2.id
]
}
The following arguments are supported:
-
segment
- (Required, String) The ID of the isolation segment to entitle. -
orgs
- (Required, List) List of ID of origanizations that are entitled with this segment. An organization must be entitled with the segment in order to bind it to one space. -
default
- (Optional, bool) Set this isolation segment defined as default segment for those organizations. Default to false.
The following attributes are exported:
-
id
- The GUID of the segment -
orgs
- The list of organization GUIDs entitled with this segment -
default
- True if isolation segment defined as default segment for those organizations
Import not yet supported.
- cloudfoundry_app
- cloudfoundry_asg
- cloudfoundry_domain
- cloudfoundry_info
- cloudfoundry_isolation_segment
- cloudfoundry_org
- cloudfoundry_org_quota
- cloudfoundry_route
- cloudfoundry_router_group
- cloudfoundry_service
- cloudfoundry_service_instance
- cloudfoundry_service_key
- cloudfoundry_space
- cloudfoundry_space_quota
- cloudfoundry_stack
- cloudfoundry_user
- cloudfoundry_user_provided_service
- cloudfoundry_app
- cloudfoundry_asg
- cloudfoundry_buildpack
- cloudfoundry_default_asg
- cloudfoundry_domain
- cloudfoundry_evg
- cloudfoundry_feature_flag
- cloudfoundry_isolation_segment
- cloudfoundry_isolation_segment_entitlement
- cloudfoundry_network_policy
- cloudfoundry_org
- cloudfoundry_org_quota
- cloudfoundry_org_users
- cloudfoundry_private_domain_access
- cloudfoundry_route
- cloudfoundry_route_service_binding
- cloudfoundry_service_broker
- cloudfoundry_service_instance
- cloudfoundry_service_key
- cloudfoundry_service_plan_access
- cloudfoundry_space
- cloudfoundry_space_quota
- cloudfoundry_space_users
- cloudfoundry_user
- cloudfoundry_user_provided_service