From 7c4c03d4bc27b371af4de51cb9b476bff4fc4464 Mon Sep 17 00:00:00 2001 From: Joffrey Janiec <16088893+jjaniec@users.noreply.github.com> Date: Tue, 29 Apr 2025 17:49:52 +0200 Subject: [PATCH] Docs: fix google_apigee_sharedflow resource name in terraform docs --- website/docs/r/apigee_sharedflow.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/apigee_sharedflow.html.markdown b/website/docs/r/apigee_sharedflow.html.markdown index af268b2330e..2935d6916ed 100644 --- a/website/docs/r/apigee_sharedflow.html.markdown +++ b/website/docs/r/apigee_sharedflow.html.markdown @@ -5,7 +5,7 @@ description: |- You can combine policies and resources into a shared flow that you can consume from multiple API proxies, and even from other shared flows. --- -# google_apigee_shared_flow +# google_apigee_sharedflow You can combine policies and resources into a shared flow that you can consume from multiple API proxies, and even from other shared flows. Although it's like a proxy, a shared flow has no endpoint. It can be used only from an API proxy or shared flow that's in the same organization as the shared flow itself.