page_title | subcategory | description |
---|---|---|
cloudfoundry_isolation_segment Resource - terraform-provider-cloudfoundry |
Provides an isolation segment resource for Cloud Foundry. |
Provides an isolation segment resource for Cloud Foundry.
resource "cloudfoundry_isolation_segment" "isosegment" {
name = "hifi"
labels = { "purpose" : "testing" }
}
name
(String) Name of the isolation segment
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.
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 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