Skip to content

Commit

Permalink
Merge pull request #86 from castai/preview-instances
Browse files Browse the repository at this point in the history
Customer specific instances
  • Loading branch information
linkas45 authored Jul 31, 2024
2 parents 005f66e + d5a1fde commit 2e0bc7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ resource "castai_node_template" "this" {
architectures = try(constraints.value.architectures, ["amd64"])
azs = try(constraints.value.azs, null)
burstable_instances = try(constraints.value.burstable_instances, null)
customer_specific = try(constraints.value.customer_specific, null)

dynamic "instance_families" {
for_each = [for instance_families in flatten([lookup(constraints.value, "instance_families", [])]) : instance_families if instance_families != null]
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
}
castai = {
source = "castai/castai"
version = "~> 7.8"
version = "~> 7.10"
}
helm = {
source = "hashicorp/helm"
Expand Down

0 comments on commit 2e0bc7d

Please sign in to comment.