Skip to content

datasource_isolation_segment

ArthurHlt edited this page Dec 11, 2019 · 2 revisions

cloudfoundry_isolation_segment

Gets information on a Cloud Foundry Isolation segment.

Example Usage

The following example looks up a segment named 'public-exposure'.

data "cloudfoundry_isolation_segment" "public" {
    name = "public_exposure"
}

Argument Reference

The following arguments are supported:

  • name - (Required) The name of the segment to look up.

Attributes Reference

The following attributes are exported:

  • id - The GUID of the segment
  • labels - Map of labels as described here. Works only on cloud foundry with api >= v3.63.
  • annotations - Map of annotations as described here. Works only on cloud foundry with api >= v3.63.
Clone this wiki locally