Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify documentation for the field org_id in google_apigee_sharedflow #5397

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .changelog/7563.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
```release-note: enhancement
compute: Updated the documentation for `org_id` in `google_apigee_sharedflow`

```
9 changes: 4 additions & 5 deletions google-beta/resource_apigee_sharedflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,10 @@ func ResourceApigeeSharedFlow() *schema.Resource {
Description: `The ID of the shared flow.`,
},
"org_id": {
Type: schema.TypeString,
Required: true,
ForceNew: true,
Description: `The Apigee Organization associated with the Apigee instance,
in the format 'organizations/{{org_name}}'.`,
Type: schema.TypeString,
Required: true,
ForceNew: true,
Description: `The Apigee Organization name associated with the Apigee instance.`,
},
"latest_revision_id": {
Type: schema.TypeString,
Expand Down
3 changes: 1 addition & 2 deletions website/docs/r/apigee_sharedflow.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ The following arguments are supported:

* `org_id` -
(Required)
The Apigee Organization associated with the Apigee instance,
in the format `organizations/{{org_name}}`.
The Apigee Organization name associated with the Apigee instance.


- - -
Expand Down