Skip to content

Releases: aztfmod/terraform-azurerm-caf

0.3.2

25 Sep 04:28
fbc5ec6
Compare
Choose a tag to compare

Add identity output in mssql_servers

0.3.1

25 Sep 02:50
70eac03
Compare
Choose a tag to compare

Add mssql databases
Add mssql server to IAM

0.3.0

24 Sep 05:39
Compare
Choose a tag to compare

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

23 Sep 07:31
Compare
Choose a tag to compare
quickfix

0.2.2

23 Sep 06:56
fb4fad6
Compare
Choose a tag to compare

Update to pipelines creation #30, adding AML #29

0.2.1

22 Sep 10:35
f16bf96
Compare
Choose a tag to compare

Minor update:

  1. adding support for MSI for AKV
  2. landing zones move to Azure repo
  3. doc updates

Initial Shared Services (ASR, Automation account)

21 Sep 10:37
a14e6ab
Compare
Choose a tag to compare
Merge pull request #20 from aztfmod/ll-sql-remote-tstate

Add rremote state for SQL and app service

0.1.0

21 Sep 09:47
dc3d0dd
Compare
Choose a tag to compare

This is preview version - do not use in production!