File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments