Skip to content

Commit

Permalink
Merge pull request #66 from tomarv2/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
tomarv2 authored Aug 5, 2022
2 parents e55bed2 + e34cba3 commit 73409fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ resource "databricks_cluster" "cluster" {
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 73409fe

Please sign in to comment.