Skip to content

Commit 65e3e13

Browse files
committed
fix for adding autoscaling nodes to cluster dashboard as well. removing nodes via resizing or autoscaling still pending.
1 parent a9c854e commit 65e3e13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoscaling/tf_init/bastion_update.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ resource "local_file" "inventory" {
6262
instance_pool_ocpus=local.instance_pool_ocpus,
6363
queue=var.queue,
6464
instance_type=var.instance_type,
65+
monitoring=var.monitoring,
6566
autoscaling_monitoring = var.autoscaling_monitoring,
6667
unsupported = var.unsupported,
6768
hyperthreading = var.hyperthreading,

0 commit comments

Comments
 (0)