Skip to content

Commit

Permalink
impl (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
linkas45 authored Mar 5, 2024
1 parent b47d663 commit d32d172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ resource "castai_node_template" "this" {

name = try(each.value.name, each.key)
is_default = try(each.value.is_default, false)
is_enabled = try(each.value.is_enabled, null)
is_enabled = try(each.value.is_enabled, true)
configuration_id = try(each.value.configuration_id, null)
should_taint = try(each.value.should_taint, true)

Expand Down

0 comments on commit d32d172

Please sign in to comment.