Skip to content

Commit 5c674e3

Browse files
authored
Merge pull request #74 from tomarv2/develop
Merge pull request #73 from tomarv2/add_lib
2 parents 42368a1 + 67d7326 commit 5c674e3

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
@@ -137,7 +137,6 @@ resource "databricks_job" "new_cluster_new_job_existing_notebooks" {
137137
dynamic "gcp_attributes" {
138138
for_each = var.gcp_attributes == null ? [] : [var.gcp_attributes]
139139
content {
140-
first_on_demand = lookup(gcp_attributes.value, "first_on_demand", null)
141140
availability = lookup(gcp_attributes.value, "availability", null)
142141
spot_bid_max_price = lookup(gcp_attributes.value, "spot_bid_max_price", null)
143142
}

0 commit comments

Comments
 (0)