Skip to content

Commit 83b6b39

Browse files
doc: state possible total_egress_bandwidth_tier values (#14173) (#10124)
[upstream:ce403786b12b9f9572458270bf907e550b882d26] Signed-off-by: Modular Magician <magic-modules@google.com>
1 parent 2e870d2 commit 83b6b39

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

google-beta/services/container/resource_container_node_pool.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ var schemaNodePool = map[string]*schema.Schema{
482482
"total_egress_bandwidth_tier": {
483483
Type: schema.TypeString,
484484
Required: true,
485-
Description: `Specifies the total network bandwidth tier for the NodePool.`,
485+
Description: `Specifies the total network bandwidth tier for the NodePool. [Valid values](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools#NodePool.Tier) include: "TIER_1" and "TIER_UNSPECIFIED".`,
486486
},
487487
},
488488
},

website/docs/r/container_node_pool.html.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,8 @@ cluster.
254254

255255
<a name="network_performance_config"></a>The `network_performance_config` block supports:
256256

257-
* `total_egress_bandwidth_tier` (Required) - Specifies the total network bandwidth tier for the NodePool.
257+
* `total_egress_bandwidth_tier` (Required) - Specifies the total network bandwidth tier for the NodePool. [Valid values](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools#NodePool.Tier) include: "TIER_1" and "TIER_UNSPECIFIED".
258+
* ```
258259
259260
<a name="pod_cidr_overprovision_config"></a>The `pod_cidr_overprovision_config` block supports:
260261

0 commit comments

Comments
 (0)