From abea691732b32f4f70d379d0a3e80ee2051e5abc Mon Sep 17 00:00:00 2001 From: JivusAyrus Date: Thu, 14 Nov 2024 17:36:41 +0530 Subject: [PATCH] fix: ci --- docs/data-sources/contract.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/data-sources/contract.md b/docs/data-sources/contract.md index 7f1921c..502d84a 100644 --- a/docs/data-sources/contract.md +++ b/docs/data-sources/contract.md @@ -31,7 +31,9 @@ data "cosmo_subgraph" "test" { - `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. +- `exclude_tags` (List of String) - `id` (String) The unique identifier of the federated graph resource, automatically generated by the system. +- `include_tags` (List of String) - `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.