Skip to content

Commit

Permalink
fixed a typo on organisations (#8731) (#6130)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
Co-authored-by: Edward Sun <[email protected]>
  • Loading branch information
modular-magician and Edward Sun authored Aug 22, 2023
1 parent 661abc7 commit b251657
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/8731.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func ResourceApigeeInstanceAttachment() *schema.Resource {
Required: true,
ForceNew: true,
Description: `The Apigee instance associated with the Apigee environment,
in the format 'organisations/{{org_name}}/instances/{{instance_name}}'.`,
in the format 'organizations/{{org_name}}/instances/{{instance_name}}'.`,
},
"name": {
Type: schema.TypeString,
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/apigee_instance_attachment.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ The following arguments are supported:
* `instance_id` -
(Required)
The Apigee instance associated with the Apigee environment,
in the format `organisations/{{org_name}}/instances/{{instance_name}}`.
in the format `organizations/{{org_name}}/instances/{{instance_name}}`.


- - -
Expand Down

0 comments on commit b251657

Please sign in to comment.