Skip to content

Commit dea596e

Browse files
fix documentation of mtu field in interconnect attachments resource (#14053) (#22977)
[upstream:01b8438246bfcdb028ab470d48098f6075422899] Signed-off-by: Modular Magician <[email protected]>
1 parent 7fc2ec6 commit dea596e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

google/services/compute/resource_compute_interconnect_attachment.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ Please refer to the field 'effective_labels' for all of the labels present on th
215215
Type: schema.TypeString,
216216
Computed: true,
217217
Optional: true,
218-
Description: `Maximum Transmission Unit (MTU), in bytes, of packets passing through
219-
this interconnect attachment. Currently, only 1440 and 1500 are allowed. If not specified, the value will default to 1440.`,
218+
Description: `Maximum Transmission Unit (MTU), in bytes, of packets passing through this interconnect attachment.
219+
Valid values are 1440, 1460, 1500, and 8896. If not specified, the value will default to 1440.`,
220220
},
221221
"region": {
222222
Type: schema.TypeString,

website/docs/r/compute_interconnect_attachment.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ The following arguments are supported:
148148

149149
* `mtu` -
150150
(Optional)
151-
Maximum Transmission Unit (MTU), in bytes, of packets passing through
152-
this interconnect attachment. Currently, only 1440 and 1500 are allowed. If not specified, the value will default to 1440.
151+
Maximum Transmission Unit (MTU), in bytes, of packets passing through this interconnect attachment.
152+
Valid values are 1440, 1460, 1500, and 8896. If not specified, the value will default to 1440.
153153

154154
* `bandwidth` -
155155
(Optional)

0 commit comments

Comments
 (0)