Skip to content

Commit

Permalink
Merge pull request #72 from tomarv2/add_lib
Browse files Browse the repository at this point in the history
Add lib
  • Loading branch information
tomarv2 authored Sep 21, 2022
2 parents f28fd5c + b0b9ab4 commit 42368a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<a href="https://github.com/tomarv2/terraform-databricks-workspace-management/pulse" alt="Activity">
<img src="https://img.shields.io/github/commit-activity/m/tomarv2/terraform-databricks-workspace-management" /></a>
<a href="https://stackoverflow.com/users/6679867/tomarv2" alt="Stack Exchange reputation">
<img src="https://img.shields.io/stackexchange/stackoverflow/r/6679867"></a>
<img src="https://img.shields.io/stackexchange/stackoverflow/r/6679867" /></a>
<a href="https://twitter.com/intent/follow?screen_name=varuntomar2019" alt="follow on Twitter">
<img src="https://img.shields.io/twitter/follow/varuntomar2019?style=social&logo=twitter"></a>
<img src="https://img.shields.io/twitter/follow/varuntomar2019?style=social&logo=twitter" /></a>
</p>

## Terraform module for [Databricks Workspace Management (Part 2)](https://registry.terraform.io/providers/databricks/databricks/latest/docs/guides/workspace-management)
Expand Down
1 change: 0 additions & 1 deletion job.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ resource "databricks_job" "new_cluster_new_job_new_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 42368a1

Please sign in to comment.