We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5972df commit 1514f2cCopy full SHA for 1514f2c
examples/advanced/main.tf
@@ -157,7 +157,7 @@ module "ocp_base" {
157
# Enable if using worker autoscaling. Stops Terraform managing worker count.
158
ignore_worker_pool_size_changes = true
159
addons = {
160
- "cluster-autoscaler" = "1.0.8"
+ "cluster-autoscaler" = "1.2.0"
161
}
162
kms_config = {
163
instance_id = module.kp_all_inclusive.key_protect_guid
0 commit comments