Skip to content

Commit 5316e4a

Browse files
committed
[safer-cluster] Remove cluster_ipv4_cidr variable since it only works for routes-based clusters, where ip_allocation_policy is not defined.
1 parent 2973ddd commit 5316e4a

File tree

5 files changed

+0
-17
lines changed

5 files changed

+0
-17
lines changed

autogen/safer-cluster/variables.tf.tmpl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,6 @@ variable "service_account" {
220220
default = ""
221221
}
222222

223-
variable "cluster_ipv4_cidr" {
224-
default = ""
225-
description = "The IP address range of the kubernetes pods in this cluster. Default is an automatically assigned CIDR."
226-
}
227-
228223
variable "cluster_resource_labels" {
229224
type = map(string)
230225
description = "The GCE resource labels (a map of key/value pairs) to be applied to the cluster"

modules/safer-cluster-update-variant/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ For simplicity, we suggest using `roles/container.admin` and
202202
|------|-------------|:----:|:-----:|:-----:|
203203
| authenticator\_security\_group | The name of the RBAC security group for use with Google security groups in Kubernetes RBAC. Group name must be in format [email protected] | string | `"null"` | no |
204204
| cloudrun | (Beta) Enable CloudRun addon | string | `"false"` | no |
205-
| cluster\_ipv4\_cidr | The IP address range of the kubernetes pods in this cluster. Default is an automatically assigned CIDR. | string | `""` | no |
206205
| cluster\_resource\_labels | The GCE resource labels (a map of key/value pairs) to be applied to the cluster | map(string) | `<map>` | no |
207206
| compute\_engine\_service\_account | Use the given service account for nodes rather than creating a new dedicated service account. | string | `""` | no |
208207
| database\_encryption | Application-layer Secrets Encryption settings. The object format is {state = string, key_name = string}. Valid values of state are: "ENCRYPTED"; "DECRYPTED". key_name is the name of a CloudKMS key. | object | `<list>` | no |

modules/safer-cluster-update-variant/variables.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,6 @@ variable "service_account" {
220220
default = ""
221221
}
222222

223-
variable "cluster_ipv4_cidr" {
224-
default = ""
225-
description = "The IP address range of the kubernetes pods in this cluster. Default is an automatically assigned CIDR."
226-
}
227-
228223
variable "cluster_resource_labels" {
229224
type = map(string)
230225
description = "The GCE resource labels (a map of key/value pairs) to be applied to the cluster"

modules/safer-cluster/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ For simplicity, we suggest using `roles/container.admin` and
202202
|------|-------------|:----:|:-----:|:-----:|
203203
| authenticator\_security\_group | The name of the RBAC security group for use with Google security groups in Kubernetes RBAC. Group name must be in format [email protected] | string | `"null"` | no |
204204
| cloudrun | (Beta) Enable CloudRun addon | string | `"false"` | no |
205-
| cluster\_ipv4\_cidr | The IP address range of the kubernetes pods in this cluster. Default is an automatically assigned CIDR. | string | `""` | no |
206205
| cluster\_resource\_labels | The GCE resource labels (a map of key/value pairs) to be applied to the cluster | map(string) | `<map>` | no |
207206
| compute\_engine\_service\_account | Use the given service account for nodes rather than creating a new dedicated service account. | string | `""` | no |
208207
| database\_encryption | Application-layer Secrets Encryption settings. The object format is {state = string, key_name = string}. Valid values of state are: "ENCRYPTED"; "DECRYPTED". key_name is the name of a CloudKMS key. | object | `<list>` | no |

modules/safer-cluster/variables.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,6 @@ variable "service_account" {
220220
default = ""
221221
}
222222

223-
variable "cluster_ipv4_cidr" {
224-
default = ""
225-
description = "The IP address range of the kubernetes pods in this cluster. Default is an automatically assigned CIDR."
226-
}
227-
228223
variable "cluster_resource_labels" {
229224
type = map(string)
230225
description = "The GCE resource labels (a map of key/value pairs) to be applied to the cluster"

0 commit comments

Comments
 (0)