Skip to content

Commit 8691363

Browse files
Apigee sharedflow doc fix (#7643) (#5503)
Signed-off-by: Modular Magician <[email protected]>
1 parent 44ee82f commit 8691363

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changelog/7643.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
```release-note:none
2+
Fix Apigee Sharedflow doc.
3+
4+
```

google-beta/resource_apigee_sharedflow.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func ResourceApigeeSharedFlow() *schema.Resource {
105105
"config_bundle": {
106106
Type: schema.TypeString,
107107
Required: true,
108-
Description: `A path to the config bundle zip you want to upload. Must be defined if content is not.`,
108+
Description: `Path to the config zip bundle`,
109109
},
110110
"md5hash": {
111111
Type: schema.TypeString,

website/docs/r/apigee_sharedflow.html.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ The following arguments are supported:
3030
(Required)
3131
The Apigee Organization name associated with the Apigee instance.
3232

33+
* `config_bundle` -
34+
(Required)
35+
Path to the config zip bundle.
3336

3437
- - -
3538

0 commit comments

Comments
 (0)