We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 505aa14 + fdf43eb commit 67d7326Copy full SHA for 67d7326
job.tf
@@ -137,7 +137,6 @@ resource "databricks_job" "new_cluster_new_job_existing_notebooks" {
137
dynamic "gcp_attributes" {
138
for_each = var.gcp_attributes == null ? [] : [var.gcp_attributes]
139
content {
140
- first_on_demand = lookup(gcp_attributes.value, "first_on_demand", null)
141
availability = lookup(gcp_attributes.value, "availability", null)
142
spot_bid_max_price = lookup(gcp_attributes.value, "spot_bid_max_price", null)
143
}
0 commit comments