Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.5 KB

isolation_segment.md

File metadata and controls

47 lines (32 loc) · 1.5 KB
page_title subcategory description
cloudfoundry_isolation_segment Resource - terraform-provider-cloudfoundry
Provides an isolation segment resource for Cloud Foundry.

cloudfoundry_isolation_segment (Resource)

Provides an isolation segment resource for Cloud Foundry.

Example Usage

resource "cloudfoundry_isolation_segment" "isosegment" {
  name   = "hifi"
  labels = { "purpose" : "testing" }
}

Schema

Required

  • name (String) Name of the isolation segment

Optional

  • annotations (Map of String) The annotations associated with Cloud Foundry resources. Add as described here.
  • labels (Map of String) The labels associated with Cloud Foundry resources. Add as described here.

Read-Only

  • created_at (String) The date and time when the resource was created in RFC3339 format.
  • id (String) The GUID of the object.
  • updated_at (String) The date and time when the resource was updated in RFC3339 format.

Import

Import is supported using the following syntax:

# terraform import cloudfoundry_isolation_segment.<resource_name> <segment_guid>

terraform import cloudfoundry_isolation_segment.my_segment e3cef997-9ba5-4cb4-b25b-c79faa81a33f