File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 8
8
<a href="https://github.com/tomarv2/terraform-databricks-workspace-management/pulse" alt="Activity">
9
9
<img src="https://img.shields.io/github/commit-activity/m/tomarv2/terraform-databricks-workspace-management" /></a>
10
10
<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>
12
12
<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>
14
14
</p >
15
15
16
16
## Terraform module for [ Databricks Workspace Management (Part 2)] ( https://registry.terraform.io/providers/databricks/databricks/latest/docs/guides/workspace-management )
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ resource "databricks_job" "new_cluster_new_job_new_notebooks" {
48
48
dynamic "gcp_attributes" {
49
49
for_each = var. gcp_attributes == null ? [] : [var . gcp_attributes ]
50
50
content {
51
- first_on_demand = lookup (gcp_attributes. value , " first_on_demand" , null )
52
51
availability = lookup (gcp_attributes. value , " availability" , null )
53
52
spot_bid_max_price = lookup (gcp_attributes. value , " spot_bid_max_price" , null )
54
53
}
You can’t perform that action at this time.
0 commit comments