Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.27 KB

File metadata and controls

41 lines (30 loc) · 1.27 KB
page_title subcategory description
cosmo_monograph Data Source - cosmo
Cosmo Monograph Data Source

cosmo_monograph (Data Source)

Cosmo Monograph Data Source

Example Usage

data "cosmo_monograph" "example" {
  name = var.name
}

Schema

Required

  • name (String) The name of the monograph.

Optional

  • namespace (String) The namespace in which the monograph 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 monograph resource, automatically generated by the system.
  • label_matchers (List 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.
  • subscription_protocol (String) The subscription protocol for the monograph.
  • websocket_subprotocol (String) The websocket subprotocol for the monograph.