Releases: aztfmod/terraform-azurerm-caf
Releases · aztfmod/terraform-azurerm-caf
0.3.2
Add identity output in mssql_servers
0.3.1
Add mssql databases
Add mssql server to IAM
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"
}
}
}
}
0.2.3
0.2.2
0.2.1
Minor update:
- adding support for MSI for AKV
- landing zones move to Azure repo
- doc updates
Initial Shared Services (ASR, Automation account)
Merge pull request #20 from aztfmod/ll-sql-remote-tstate Add rremote state for SQL and app service