Skip to content

Commit

Permalink
Merge pull request #431 from brk3/pbourke/cosmosdb-custom-roles
Browse files Browse the repository at this point in the history
Add variables for cosmos db custom roles
  • Loading branch information
LaurentLesle committed May 24, 2023
2 parents 0abac2f + e45b4ee commit c937b35
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions caf_solution/local.database.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ locals {
azurerm_redis_caches = var.azurerm_redis_caches
cosmos_dbs = var.cosmos_dbs
cosmosdb_sql_databases = var.cosmosdb_sql_databases
cosmosdb_role_mapping = var.cosmosdb_role_mapping
cosmosdb_role_definitions = var.cosmosdb_role_definitions
databricks_workspaces = var.databricks_workspaces
machine_learning_workspaces = var.machine_learning_workspaces
mariadb_databases = var.mariadb_databases
Expand Down
6 changes: 6 additions & 0 deletions caf_solution/variables.database.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ variable "cosmos_dbs" {
variable "cosmosdb_sql_databases" {
default = {}
}
variable "cosmosdb_role_definitions" {
default = {}
}
variable "cosmosdb_role_mapping" {
default = {}
}
variable "database" {
description = "Database configuration objects"
default = {}
Expand Down

0 comments on commit c937b35

Please sign in to comment.