Skip to content

Commit 7632a5e

Browse files
Attachment 100g (#12722) (#9040)
[upstream:b4683ed865a8f8968bef228764399e82d993f44c] Signed-off-by: Modular Magician <[email protected]>
1 parent 40387c7 commit 7632a5e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.changelog/12722.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
compute: added `BPS_100G` enum value to `bandwidth` field of `google_compute_interconnect_attachment`.
3+
```

google-beta/services/compute/resource_compute_interconnect_attachment.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@ PARTNER type this will Pre-Activate the interconnect attachment`,
107107
Type: schema.TypeString,
108108
Computed: true,
109109
Optional: true,
110-
ValidateFunc: verify.ValidateEnum([]string{"BPS_50M", "BPS_100M", "BPS_200M", "BPS_300M", "BPS_400M", "BPS_500M", "BPS_1G", "BPS_2G", "BPS_5G", "BPS_10G", "BPS_20G", "BPS_50G", ""}),
110+
ValidateFunc: verify.ValidateEnum([]string{"BPS_50M", "BPS_100M", "BPS_200M", "BPS_300M", "BPS_400M", "BPS_500M", "BPS_1G", "BPS_2G", "BPS_5G", "BPS_10G", "BPS_20G", "BPS_50G", "BPS_100G", ""}),
111111
Description: `Provisioned bandwidth capacity for the interconnect attachment.
112112
For attachments of type DEDICATED, the user can set the bandwidth.
113113
For attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth.
114114
Output only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED,
115-
Defaults to BPS_10G Possible values: ["BPS_50M", "BPS_100M", "BPS_200M", "BPS_300M", "BPS_400M", "BPS_500M", "BPS_1G", "BPS_2G", "BPS_5G", "BPS_10G", "BPS_20G", "BPS_50G"]`,
115+
Defaults to BPS_10G Possible values: ["BPS_50M", "BPS_100M", "BPS_200M", "BPS_300M", "BPS_400M", "BPS_500M", "BPS_1G", "BPS_2G", "BPS_5G", "BPS_10G", "BPS_20G", "BPS_50G", "BPS_100G"]`,
116116
},
117117
"candidate_subnets": {
118118
Type: schema.TypeList,

website/docs/r/compute_interconnect_attachment.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ The following arguments are supported:
150150
For attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth.
151151
Output only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED,
152152
Defaults to BPS_10G
153-
Possible values are: `BPS_50M`, `BPS_100M`, `BPS_200M`, `BPS_300M`, `BPS_400M`, `BPS_500M`, `BPS_1G`, `BPS_2G`, `BPS_5G`, `BPS_10G`, `BPS_20G`, `BPS_50G`.
153+
Possible values are: `BPS_50M`, `BPS_100M`, `BPS_200M`, `BPS_300M`, `BPS_400M`, `BPS_500M`, `BPS_1G`, `BPS_2G`, `BPS_5G`, `BPS_10G`, `BPS_20G`, `BPS_50G`, `BPS_100G`.
154154

155155
* `edge_availability_domain` -
156156
(Optional)

0 commit comments

Comments
 (0)