Skip to content

Commit a3f24d0

Browse files
Fix description for ip_allocation_policy.cluster_secondary_range_name… (#3810) (#2329)
Signed-off-by: Modular Magician <[email protected]>
1 parent d8b947c commit a3f24d0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/3810.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
Fixes the schema description for ip_allocation_policy.cluster_secondary_range_name on google_container_cluster
3+
```

google-beta/resource_container_cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ func resourceContainerCluster() *schema.Resource {
853853
Computed: true,
854854
ForceNew: true,
855855
ConflictsWith: ipAllocationCidrBlockFields,
856-
Description: `The IP address range of the services IPs in this cluster. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. /14) to have a range chosen with a specific netmask. Set to a CIDR notation (e.g. 10.96.0.0/14) from the RFC-1918 private networks (e.g. 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) to pick a specific range to use.`,
856+
Description: `The name of the existing secondary range in the cluster's subnetwork to use for pod IP addresses. Alternatively, cluster_ipv4_cidr_block can be used to automatically create a GKE-managed one.`,
857857
},
858858

859859
"services_secondary_range_name": {

0 commit comments

Comments
 (0)