Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.17 KB

federated_graph.md

File metadata and controls

37 lines (28 loc) · 1.17 KB
page_title subcategory description
cosmo_federated_graph Data Source - cosmo
Cosmo Federated Graph Data Source

cosmo_federated_graph (Data Source)

Cosmo Federated Graph Data Source

Example Usage

data "cosmo_federated_graph" "test" {
  name      = var.name
  namespace = var.namespace
}

Schema

Required

  • name (String) The name of the federated graph.
  • namespace (String) The namespace in which the federated graph is located.

Read-Only

  • admission_webhook_secret (String, Sensitive) The secret token used to authenticate the admission webhook requests.
  • admission_webhook_url (String) The URL for the admission webhook that will be triggered during graph operations.
  • id (String) The unique identifier of the federated graph resource, automatically generated by the system.
  • label_matchers (Map of String) A list of label matchers used to select the services that will form the federated graph.
  • readme (String) Readme content for the federated graph.
  • routing_url (String) The URL for the federated graph.