Skip to content

Commit

Permalink
Merge pull request #74 from tomarv2/develop
Browse files Browse the repository at this point in the history
Merge pull request #73 from tomarv2/add_lib
  • Loading branch information
tomarv2 authored Sep 21, 2022
2 parents 42368a1 + 67d7326 commit 5c674e3
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 @@ -137,7 +137,6 @@ resource "databricks_job" "new_cluster_new_job_existing_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 5c674e3

Please sign in to comment.