page_title | subcategory | description |
---|---|---|
cloudfoundry_service_route_bindings Data Source - terraform-provider-cloudfoundry |
Gets information on Service Route Bindings the user has access to. |
Gets information on Service Route Bindings the user has access to.
data "cloudfoundry_service_route_bindings" "rbs" {
service_instance = "ab65cad9-73fa-4dd4-9c09-87f89b2e77ec"
}
output "bindings" {
value = data.cloudfoundry_service_route_bindings.rbs
}
route
(String) The GUID of the route to filter byservice_instance
(String) The GUID of the service instance to filter by
route_bindings
(Attributes List) The list of route bindings for the given service instance. (see below for nested schema)
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.last_operation
(Attributes) The details of the last operation performed on the resource (see below for nested schema)route
(String) The GUID of the route to be boundroute_service_url
(String) The URL for the route service.service_instance
(String) The service instance that the route is bound toupdated_at
(String) The date and time when the resource was updated in RFC3339 format.
Read-Only:
created_at
(String) The time at which the last operation was createddescription
(String) A description of the last operationstate
(String) The state of the last operationtype
(String) The type of the last operationupdated_at
(String) The time at which the last operation was updated