Skip to content

Commit

Permalink
terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
aldor007 committed Aug 19, 2024
1 parent a7c4e5f commit 1bf493d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions examples/aks/aks_cluster_autoscaler_policies/castai.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ module "castai-aks-cluster" {
default_by_castai = {
name = "default-by-castai"
configuration_name = "default"
is_default = true
is_enabled = true
should_taint = false
is_default = true
is_enabled = true
should_taint = false

constraints = {
on_demand = true
Expand All @@ -72,8 +72,8 @@ module "castai-aks-cluster" {
}
spot_tmpl = {
configuration_name = "default"
is_enabled = true
should_taint = true
is_enabled = true
should_taint = true

custom_labels = {
custom-label-key-1 = "custom-label-value-1"
Expand Down
12 changes: 6 additions & 6 deletions examples/eks/eks_cluster_autoscaler_policies/castai.tf
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ module "castai-eks-cluster" {

node_templates = {
default_by_castai = {
name = "default-by-castai"
name = "default-by-castai"
configuration_name = "default"
is_default = true
is_enabled = true
should_taint = false
is_default = true
is_enabled = true
should_taint = false

constraints = {
on_demand = true
Expand All @@ -123,8 +123,8 @@ module "castai-eks-cluster" {
}
spot_tmpl = {
configuration_name = "default"
is_enabled = true
should_taint = true
is_enabled = true
should_taint = true

custom_labels = {
custom-label-key-1 = "custom-label-value-1"
Expand Down
8 changes: 4 additions & 4 deletions examples/gke/gke_cluster_autoscaler_policies/castai.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ module "castai-gke-cluster" {

node_templates = {
default_by_castai = {
name = "default-by-castai"
name = "default-by-castai"
configuration_name = "default"
is_default = true
is_enabled = true
should_taint = false
is_default = true
is_enabled = true
should_taint = false

constraints = {
on_demand = true
Expand Down

0 comments on commit 1bf493d

Please sign in to comment.