Skip to content

Commit e3a40d9

Browse files
committed
add test
Signed-off-by: drfaust92 <[email protected]>
1 parent a2f7a52 commit e3a40d9

File tree

1 file changed

+1
-0
lines changed
  • examples/simple_regional_cluster_autoscaling

1 file changed

+1
-0
lines changed

examples/simple_regional_cluster_autoscaling/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ module "gke" {
5353
cluster_autoscaling = {
5454
enabled = true
5555
autoscaling_profile = "OPTIMIZE_UTILIZATION"
56+
min_cpu_platform = "Intel Skylake"
5657
min_cpu_cores = 4
5758
max_cpu_cores = 86
5859
min_memory_gb = 16

0 commit comments

Comments
 (0)