Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.26 KB

File metadata and controls

48 lines (36 loc) · 1.26 KB
page_title couchbase-capella_private_endpoints Data Source - terraform-provider-couchbase-capella
subcategory
description The data source to retrieve private endpoints for a cluster.

couchbase-capella_private_endpoints (Data Source)

The data source to retrieve private endpoints for a cluster.

Example Usage

data "couchbase-capella_private_endpoints" "list_endpoints" {
  organization_id = "<organization_id>"
  project_id      = "<project_id>"
  cluster_id      = "<cluster_id>"
}

Schema

Required

  • cluster_id (String) The GUID4 ID of the cluster.
  • organization_id (String) The GUID4 ID of the organization.
  • project_id (String) The GUID4 ID of the project.

Read-Only

Nested Schema for data

Read-Only:

  • cloud_provider (String)
  • cluster_id (String) The GUID4 ID of the cluster.
  • id (String)
  • organization_id (String) The GUID4 ID of the organization.
  • project_id (String) The GUID4 ID of the project.
  • service_name (String)
  • status (String)