We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c24615 commit 440d70cCopy full SHA for 440d70c
main.tf
@@ -136,6 +136,8 @@ resource "castai_node_template" "this" {
136
}
137
138
139
+ edge_location_ids = try(each.value.edge_location_ids, null)
140
+
141
dynamic "constraints" {
142
for_each = [for constraints in flatten([lookup(each.value, "constraints", [])]) : constraints if constraints != null]
143
versions.tf
@@ -12,7 +12,7 @@ terraform {
12
13
castai = {
14
source = "castai/castai"
15
- version = ">= 8.1"
+ version = ">= 8.3"
16
17
helm = {
18
source = "hashicorp/helm"
0 commit comments