Skip to content

Commit 440d70c

Browse files
feat: edge location ids reference in node template (#118)
1 parent 9c24615 commit 440d70c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ resource "castai_node_template" "this" {
136136
}
137137
}
138138

139+
edge_location_ids = try(each.value.edge_location_ids, null)
140+
139141
dynamic "constraints" {
140142
for_each = [for constraints in flatten([lookup(each.value, "constraints", [])]) : constraints if constraints != null]
141143

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ terraform {
1212
}
1313
castai = {
1414
source = "castai/castai"
15-
version = ">= 8.1"
15+
version = ">= 8.3"
1616
}
1717
helm = {
1818
source = "hashicorp/helm"

0 commit comments

Comments
 (0)