Skip to content

datasource_service_key

ArthurHlt edited this page Dec 11, 2019 · 2 revisions

cloudfoundry_service_key

Gets information on a Cloud Foundry service key.

Example Usage

data "cloudfoundry_service_key" "my-key" {
    name             = "my-service-key"
    service_instance = "service-instance-id"
}

Argument Reference

The following arguments are supported:

  • name - (Required) The name of the service key.
  • service_instance - (Required) The service instance guid for this service key.

Attributes Reference

The following attributes are exported:

  • id - The GUID of the service key.
  • credentials - Map of credentials found inside service key.
Clone this wiki locally