Skip to content

Commit 73409fe

Browse files
authored
Merge pull request #66 from tomarv2/develop
Develop
2 parents e55bed2 + e34cba3 commit 73409fe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cluster.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ resource "databricks_cluster" "cluster" {
4949
dynamic "gcp_attributes" {
5050
for_each = var.gcp_attributes == null ? [] : [var.gcp_attributes]
5151
content {
52-
first_on_demand = lookup(gcp_attributes.value, "first_on_demand", null)
5352
availability = lookup(gcp_attributes.value, "availability", null)
54-
spot_bid_max_price = lookup(gcp_attributes.value, "spot_bid_max_price", null)
5553
}
5654
}
5755

0 commit comments

Comments
 (0)