Skip to content

Commit 7e7646c

Browse files
modular-magicianTony Laidig
andauthored
fix typo (#4218) (#2705)
Co-authored-by: Tony Laidig <[email protected]> Signed-off-by: Modular Magician <[email protected]> Co-authored-by: Tony Laidig <[email protected]>
1 parent b9c28b7 commit 7e7646c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changelog/4218.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
@@ -70,7 +70,7 @@ character, which cannot be a dash.`,
7070
Type: schema.TypeInt,
7171
Optional: true,
7272
ForceNew: true,
73-
Description: `The numberic ID for this interface. Allowed values are based on the redundancy type
73+
Description: `The numeric ID for this interface. Allowed values are based on the redundancy type
7474
of this external VPN gateway
7575
* '0 - SINGLE_IP_INTERNALLY_REDUNDANT'
7676
* '0, 1 - TWO_IPS_REDUNDANCY'

website/docs/r/compute_external_vpn_gateway.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ The `interface` block supports:
182182

183183
* `id` -
184184
(Optional)
185-
The numberic ID for this interface. Allowed values are based on the redundancy type
185+
The numeric ID for this interface. Allowed values are based on the redundancy type
186186
of this external VPN gateway
187187
* `0 - SINGLE_IP_INTERNALLY_REDUNDANT`
188188
* `0, 1 - TWO_IPS_REDUNDANCY`

0 commit comments

Comments
 (0)