-
Notifications
You must be signed in to change notification settings - Fork 87
datasource_user_provided_service
ArthurHlt edited this page Apr 23, 2020
·
1 revision
Gets information on a Cloud Foundry user provided service (see https://docs.cloudfoundry.org/devguide/services/user-provided.html).
data "cloudfoundry_user_provided_service" "my-instance" {
name = "my-service-instance"
space = "space-id"
}
The following arguments are supported:
-
name
- (Required) The name of the user provided service (NOT its guid). -
space
- (Required) The space GUID in which the user provided service is defined.
The following attributes are exported:
-
id
- The GUID of the service instance. -
name
- The name of the service instance. -
credentials
- A map of fields that was defined as input to the user provided service via the-p
option in cf cli. -
route_service_url
- The url of the route service that should proxy requests to an app (see https://docs.cloudfoundry.org/devguide/services/route-binding.html). -
syslog_drain_url
- The url of the syslog service to which app logs should be streamed. -
tags
- Tags set during service instance creations.
- cloudfoundry_app
- cloudfoundry_asg
- cloudfoundry_domain
- cloudfoundry_info
- cloudfoundry_isolation_segment
- cloudfoundry_org
- cloudfoundry_org_quota
- cloudfoundry_route
- cloudfoundry_router_group
- cloudfoundry_service
- cloudfoundry_service_instance
- cloudfoundry_service_key
- cloudfoundry_space
- cloudfoundry_space_quota
- cloudfoundry_stack
- cloudfoundry_user
- cloudfoundry_user_provided_service
- cloudfoundry_app
- cloudfoundry_asg
- cloudfoundry_buildpack
- cloudfoundry_default_asg
- cloudfoundry_domain
- cloudfoundry_evg
- cloudfoundry_feature_flag
- cloudfoundry_isolation_segment
- cloudfoundry_isolation_segment_entitlement
- cloudfoundry_network_policy
- cloudfoundry_org
- cloudfoundry_org_quota
- cloudfoundry_org_users
- cloudfoundry_private_domain_access
- cloudfoundry_route
- cloudfoundry_route_service_binding
- cloudfoundry_service_broker
- cloudfoundry_service_instance
- cloudfoundry_service_key
- cloudfoundry_service_plan_access
- cloudfoundry_space
- cloudfoundry_space_quota
- cloudfoundry_space_users
- cloudfoundry_user
- cloudfoundry_user_provided_service