Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 715 Bytes

isolation_segment_entitlement.md

File metadata and controls

29 lines (20 loc) · 715 Bytes
page_title subcategory description
cloudfoundry_isolation_segment_entitlement Data Source - terraform-provider-cloudfoundry
Fetches organizations entitled with a Cloud Foundry Isolation Segment.

cloudfoundry_isolation_segment_entitlement (Data Source)

Fetches organizations entitled with a Cloud Foundry Isolation Segment.

Example Usage

data "cloudfoundry_isolation_segment_entitlement" "isosegment" {
  segment = "63ae51b9-9073-4409-81b0-3704b8de85dd"
}

Schema

Required

  • segment (String) GUID of the isolation segment

Read-Only

  • orgs (Set of String) GUID's of organizations the segment is entitled with.