Skip to content

Instantly share code, notes, and snippets.

@abij
abij / 1_databricks_scim_account_groups.tf
Last active June 13, 2025 08:00
All in one terraform example to manage Azure SCIM-app and Account-level groups.
terraform {
required_providers {
azuread = {
source = "hashicorp/azuread"
# Latest version selected
}
databricks = {
source = "databricks/databricks"
# Latest version selected
}