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 a2f7a52 commit e3a40d9Copy full SHA for e3a40d9
examples/simple_regional_cluster_autoscaling/main.tf
@@ -53,6 +53,7 @@ module "gke" {
53
cluster_autoscaling = {
54
enabled = true
55
autoscaling_profile = "OPTIMIZE_UTILIZATION"
56
+ min_cpu_platform = "Intel Skylake"
57
min_cpu_cores = 4
58
max_cpu_cores = 86
59
min_memory_gb = 16
0 commit comments