Skip to content

Commit b0b9ab4

Browse files
committed
removing first on demand from gcp job
1 parent 5661c2c commit b0b9ab4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

job.tf

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ resource "databricks_job" "new_cluster_new_job_new_notebooks" {
4848
dynamic "gcp_attributes" {
4949
for_each = var.gcp_attributes == null ? [] : [var.gcp_attributes]
5050
content {
51-
first_on_demand = lookup(gcp_attributes.value, "first_on_demand", null)
5251
availability = lookup(gcp_attributes.value, "availability", null)
5352
spot_bid_max_price = lookup(gcp_attributes.value, "spot_bid_max_price", null)
5453
}

0 commit comments

Comments
 (0)