Skip to content

Commit

Permalink
feat: add pool use to personal compute Databricks policy (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldengolab authored Nov 15, 2023
1 parent 3e7c30d commit 9d4cd22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions databricks-default-cluster-policies/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ module "personal_compute_cluster_policy" {
"pattern" : "([rcip]+[3-5]+[d]*\\.[0-1]{0,1}xlarge)",
"hidden" : false
},
"instance_pool_id" : {
type: "allowlist",
values: ["i3-xlarge-pool"]
}
})
grantees = [local.all_users_group_name]
}
Expand Down

0 comments on commit 9d4cd22

Please sign in to comment.