Skip to content

Commit

Permalink
removing first on demand from gcp job
Browse files Browse the repository at this point in the history
  • Loading branch information
tomarv2 committed Sep 21, 2022
1 parent 5661c2c commit b0b9ab4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion job.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ resource "databricks_job" "new_cluster_new_job_new_notebooks" {
dynamic "gcp_attributes" {
for_each = var.gcp_attributes == null ? [] : [var.gcp_attributes]
content {
first_on_demand = lookup(gcp_attributes.value, "first_on_demand", null)
availability = lookup(gcp_attributes.value, "availability", null)
spot_bid_max_price = lookup(gcp_attributes.value, "spot_bid_max_price", null)
}
Expand Down

0 comments on commit b0b9ab4

Please sign in to comment.