nodeVersion

@JvmName(name = "nvsrjmhohrcmrmdg")
suspend fun nodeVersion(value: Output<String>)
@JvmName(name = "bdriarxjnhwjspbc")
suspend fun nodeVersion(value: String?)

Parameters

value

The Kubernetes version on the nodes. Must either be unset or set to the same value as min_master_version on create. Defaults to the default version set by GKE which is not necessarily the latest version. This only affects nodes in the default node pool. While a fuzzy version can be specified, it's recommended that you specify explicit versions as the provider will see spurious diffs when fuzzy versions are used. See the gcp.container.getEngineVersions data source's version_prefix field to approximate fuzzy versions. To update nodes in other node pools, use the version attribute on the node pool.