0.3.0
Update to support Azure Devops and multiple projects.
Breaking change in the variable structure to align to the remote_state pattern. keyvaults is now a plural :
azuread_apps = {
azure_devops = {
useprefix = true
application_name = "caf-level4-projecta"
password_expire_in_days = 60
tenant_name = "xxx.onmicrosoft.com"
reply_urls = ["https://localhost"]
keyvaults = {
secrets = {
remote_tfstate = {
tfstate_key = "launchpad"
lz_key = "launchpad"
output_key = "keyvaults"
}
secret_prefix = "aadapp-caf-level4-projecta"
}
}
}
}