Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
Add managed_identities to devops agents
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentLesle committed Oct 29, 2020
1 parent 9a3a52c commit f8d5615
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module "caf" {
azuread_groups = var.azuread_groups
keyvaults = var.keyvaults
keyvault_access_policies = var.keyvault_access_policies
managed_identities = var.managed_identities
role_mapping = var.role_mapping
custom_role_definitions = var.custom_role_definitions
azuread_apps = var.azuread_apps
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,7 @@ variable azuread_apps {
}
variable dynamic_keyvault_secrets {
default = {}
}
variable managed_identities {
default = {}
}

0 comments on commit f8d5615

Please sign in to comment.