Skip to content

Commit

Permalink
Update cluster.tf
Browse files Browse the repository at this point in the history
tomarv2 authored Aug 4, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e55bed2 commit cdaf71d
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
@@ -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)
}
}

0 comments on commit cdaf71d

Please sign in to comment.