Skip to content

Commit 37fb0d9

Browse files
Update apigee_sharedflow.html.markdown (#8619) (#6079)
Remove the extra _ in shared_flow Signed-off-by: Modular Magician <[email protected]>
1 parent e78439c commit 37fb0d9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.changelog/8619.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

website/docs/r/apigee_sharedflow.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
subcategory: "Apigee"
3-
page_title: "Google: google_apigee_shared_flow"
3+
page_title: "Google: google_apigee_sharedflow"
44
description: |-
55
You can combine policies and resources into a shared flow that you can consume from multiple API proxies, and even from other shared flows.
66
---
@@ -89,6 +89,6 @@ This resource provides the following
8989
SharedFlow can be imported using any of these accepted formats:
9090

9191
```
92-
$ terraform import google_apigee_shared_flow.default {{org_id}}/sharedflows/{{name}}
92+
$ terraform import google_apigee_sharedflow.default {{org_id}}/sharedflows/{{name}}
9393
$ terraform import google_apigee_sharedflow.default {{org_id}}/{{name}}
9494
```

0 commit comments

Comments
 (0)