page_title | subcategory | description |
---|---|---|
cloudfoundry_service_broker Data Source - terraform-provider-cloudfoundry |
Gets information of a Service broker. |
Gets information of a Service broker.
data "cloudfoundry_service_broker" "broker" {
name = "hi"
}
output "se_br" {
value = data.cloudfoundry_service_broker.broker
}
name
(String) Name of the service broker
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.space
(String) The GUID of the space the service broker is restricted to; omitted for globally available service brokersupdated_at
(String) The date and time when the resource was updated in RFC3339 format.url
(String) URL of the service broker