Difference between revisions of "Cluster autoscaling"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
  
  cluster_autoscaling {
+
https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster#
    enabled = true
+
cluster_autoscaling
  }
+
  cluster_autoscaling {
 
+
    enabled = true
 +
  }
  
  
 +
== Errors ==
 
  ╷
 
  ╷
 
  │ [[Error: Unsupported argument]]
 
  │ [[Error: Unsupported argument]]

Revision as of 08:07, 1 November 2022

https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster#

cluster_autoscaling
  cluster_autoscaling {
    enabled = true
  }


Errors

╷
│ Error: Unsupported argument
│
│   on gke.tf line 15, in resource "google_container_cluster" "primary":
│   15:   cluster_autoscaling = true
│
│ An argument named "cluster_autoscaling" is not expected here. Did you mean to define a block of type "cluster_autoscaling"?
╵


Related


Advertising: