Skip to content

0.3.0

Compare
Choose a tag to compare
@LaurentLesle LaurentLesle released this 24 Sep 05:39

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"
}
}
}

}