Terraform module to manage a user assigned identity.
See variables.tf
for more information about input values.
module "identity" {
source = "github.com/scalair/terraform-azure-user-identity"
location = "francecentral"
resource_group_name = "rg-project1-francecentral"
name = "id-appgwToKeyVault"
tags = {
environment = "dev"
client = "scalair"
terraform = "true"
}
}