diff --git a/README.md b/README.md index 0810a9f..7e57b60 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ module "kubernetes" { | labels | A set of key/value label pairs to assign to the Kubernetes cluster. | `map(string)` | `{}` | no | | master\_auto\_upgrade | Boolean flag that specifies if master can be upgraded automatically. | `bool` | `true` | no | | master\_locations | List of locations where cluster will be created. If list contains only one
location, will be created zonal cluster, if more than one -- regional. |
list(object({
zone = string
subnet_id = string
}))
| n/a | yes | -| master\_maintenance\_window | List of structures that specifies maintenance windows, when auto update for master is allowed. | `list(map(string))` | `[]` | no | +| master\_maintenance\_windows | List of structures that specifies maintenance windows, when auto update for master is allowed. | `list(map(string))` | `[]` | no | | master\_public\_ip | Boolean flag. When true, Kubernetes master will have visible ipv4 address. | `bool` | `true` | no | | master\_region | Name of region where cluster will be created. Required for regional cluster,
not used for zonal cluster. | `string` | `null` | no | | master\_version | Version of Kubernetes that will be used for master. | `string` | `null` | no |