We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5661c2c commit b0b9ab4Copy full SHA for b0b9ab4
job.tf
@@ -48,7 +48,6 @@ resource "databricks_job" "new_cluster_new_job_new_notebooks" {
48
dynamic "gcp_attributes" {
49
for_each = var.gcp_attributes == null ? [] : [var.gcp_attributes]
50
content {
51
- first_on_demand = lookup(gcp_attributes.value, "first_on_demand", null)
52
availability = lookup(gcp_attributes.value, "availability", null)
53
spot_bid_max_price = lookup(gcp_attributes.value, "spot_bid_max_price", null)
54
}
0 commit comments