Skip to content

Commit 181fa81

Browse files
Collection fixes for release (#3831) (#2364)
Signed-off-by: Modular Magician <[email protected]>
1 parent 3554d6b commit 181fa81

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

.changelog/3831.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+
```

google-beta/resource_compute_external_vpn_gateway.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ of this external VPN gateway
8282
ForceNew: true,
8383
Description: `IP address of the interface in the external VPN gateway.
8484
Only IPv4 is supported. This IP address can be either from
85-
your on-premise gateway or another Cloud providers VPN gateway,
85+
your on-premise gateway or another Cloud provider's VPN gateway,
8686
it cannot be an IP address from Google Compute Engine.`,
8787
},
8888
},

google-beta/resource_pubsub_subscription.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ permission to Acknowledge() messages on this subscription.`,
113113
Description: `The name of the topic to which dead letter messages should be published.
114114
Format is 'projects/{project}/topics/{topic}'.
115115
116-
The Cloud Pub/Sub service\naccount associated with the enclosing subscription's
116+
The Cloud Pub/Sub service account associated with the enclosing subscription's
117117
parent project (i.e.,
118118
service-{project_number}@gcp-sa-pubsub.iam.gserviceaccount.com) must have
119119
permission to Publish() to this topic.

website/docs/r/compute_external_vpn_gateway.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ The `interface` block supports:
206206
(Optional)
207207
IP address of the interface in the external VPN gateway.
208208
Only IPv4 is supported. This IP address can be either from
209-
your on-premise gateway or another Cloud providers VPN gateway,
209+
your on-premise gateway or another Cloud provider's VPN gateway,
210210
it cannot be an IP address from Google Compute Engine.
211211

212212
## Attributes Reference

website/docs/r/pubsub_subscription.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ The `dead_letter_policy` block supports:
295295
(Optional)
296296
The name of the topic to which dead letter messages should be published.
297297
Format is `projects/{project}/topics/{topic}`.
298-
The Cloud Pub/Sub service\naccount associated with the enclosing subscription's
298+
The Cloud Pub/Sub service account associated with the enclosing subscription's
299299
parent project (i.e.,
300300
service-{project_number}@gcp-sa-pubsub.iam.gserviceaccount.com) must have
301301
permission to Publish() to this topic.

0 commit comments

Comments
 (0)