Skip to content

Commit 1903caa

Browse files
modular-magicianEdward Sun
and
Edward Sun
authored
fixed a typo on organisations (#8731) (#15594)
Signed-off-by: Modular Magician <[email protected]> Co-authored-by: Edward Sun <[email protected]>
1 parent c8f772e commit 1903caa

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changelog/8731.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google/services/apigee/resource_apigee_instance_attachment.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func ResourceApigeeInstanceAttachment() *schema.Resource {
5656
Required: true,
5757
ForceNew: true,
5858
Description: `The Apigee instance associated with the Apigee environment,
59-
in the format 'organisations/{{org_name}}/instances/{{instance_name}}'.`,
59+
in the format 'organizations/{{org_name}}/instances/{{instance_name}}'.`,
6060
},
6161
"name": {
6262
Type: schema.TypeString,

website/docs/r/apigee_instance_attachment.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The following arguments are supported:
117117
* `instance_id` -
118118
(Required)
119119
The Apigee instance associated with the Apigee environment,
120-
in the format `organisations/{{org_name}}/instances/{{instance_name}}`.
120+
in the format `organizations/{{org_name}}/instances/{{instance_name}}`.
121121

122122

123123
- - -

0 commit comments

Comments
 (0)