Releases: shibayan/terraform-azurerm-keyvault-acmebot
Releases · shibayan/terraform-azurerm-keyvault-acmebot
v3.1.2
Bug fixes
- Fixed allows_ip_addresses behaviour (#77)
v3.1.1
Bug fixes
- Remove set enable_https_traffic_only property (#75)
v3.1.0
Improvements
- Update actions (#70)
- Upgrade to .NET 8 In-Proc (#72)
v3.0.3
Bug fixes
- fix: added sensitive flag to the api_key output (#67) Thanks @vikas027
v3.0.2
Improvements
- Update default ACME endpoint url (#60)
- updated example tf file to be valid as of azurerm 2.41.0 (#59)
- Adding workflow for validate example (#61)
- Include access restrictions for Advanced tool site (#62)
- Fixed AzureAD deprecated warning (#66)
v3.0.1
Improvements
- Update Module version to v3 (#56)
- Update example for azure ad (#57)
- Adding AppRole required config (#58)
v3.0.0
Improvements
- Add support for auth_settings_v2 (#45) Thanks @cpressland
- Streamlined auth_settings v2 schema (#51)
- Adding outputs the default Function key (#50)
- Streamlined Azure AD auth setting (#53)
- Support for additional tags (#55)
- Streamlined Azure resource naming (#54)
Bug fixes
- Fix incorrect variable assignment for active_directory (#52) Thanks @cpressland
v2.0.4
Improvements
- Update Terraform Version (#41)
- Enhancement for better resource life cycle (#38) Thanks @DSakura207