Skip to content

datasource_info

ArthurHlt edited this page Dec 11, 2019 · 2 revisions

cloudfoundry_info

Gets information on a Cloud Foundry target.

Example Usage

data "cloudfoundry_info" "info" {}

Attributes Reference

The following attributes are exported:

  • api_version - The Cloud Foundry API version
  • auth_endpoint - The autentication endpoint URL
  • uaa_endpoint - The UAA endpoint URL
  • routing_endpoint - The routing endpoint URL
  • logging_endpoint - The logging services endpoint URL
  • doppler_endpoint - The doppler services endpoint URL
Clone this wiki locally