Skip to content

Commit 42368a1

Browse files
authored
Merge pull request #72 from tomarv2/add_lib
Add lib
2 parents f28fd5c + b0b9ab4 commit 42368a1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<a href="https://github.com/tomarv2/terraform-databricks-workspace-management/pulse" alt="Activity">
99
<img src="https://img.shields.io/github/commit-activity/m/tomarv2/terraform-databricks-workspace-management" /></a>
1010
<a href="https://stackoverflow.com/users/6679867/tomarv2" alt="Stack Exchange reputation">
11-
<img src="https://img.shields.io/stackexchange/stackoverflow/r/6679867"></a>
11+
<img src="https://img.shields.io/stackexchange/stackoverflow/r/6679867" /></a>
1212
<a href="https://twitter.com/intent/follow?screen_name=varuntomar2019" alt="follow on Twitter">
13-
<img src="https://img.shields.io/twitter/follow/varuntomar2019?style=social&logo=twitter"></a>
13+
<img src="https://img.shields.io/twitter/follow/varuntomar2019?style=social&logo=twitter" /></a>
1414
</p>
1515

1616
## Terraform module for [Databricks Workspace Management (Part 2)](https://registry.terraform.io/providers/databricks/databricks/latest/docs/guides/workspace-management)

job.tf

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ resource "databricks_job" "new_cluster_new_job_new_notebooks" {
4848
dynamic "gcp_attributes" {
4949
for_each = var.gcp_attributes == null ? [] : [var.gcp_attributes]
5050
content {
51-
first_on_demand = lookup(gcp_attributes.value, "first_on_demand", null)
5251
availability = lookup(gcp_attributes.value, "availability", null)
5352
spot_bid_max_price = lookup(gcp_attributes.value, "spot_bid_max_price", null)
5453
}

0 commit comments

Comments
 (0)