We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e55bed2 + e34cba3 commit 73409feCopy full SHA for 73409fe
cluster.tf
@@ -49,9 +49,7 @@ resource "databricks_cluster" "cluster" {
49
dynamic "gcp_attributes" {
50
for_each = var.gcp_attributes == null ? [] : [var.gcp_attributes]
51
content {
52
- first_on_demand = lookup(gcp_attributes.value, "first_on_demand", null)
53
availability = lookup(gcp_attributes.value, "availability", null)
54
- spot_bid_max_price = lookup(gcp_attributes.value, "spot_bid_max_price", null)
55
}
56
57
0 commit comments