Releases: Matthewsre/terraform-azurerm-microservices
Releases · Matthewsre/terraform-azurerm-microservices
v0.1.14
Merge pull request #15 from Matthewsre/develop Fix to allow no keyvault network acl. Enabled feature to recover key_…
v0.1.13
- Cleaned up IP lookup logic and added an option to pass in keyvault network acls.
- Changed to passing sql server collection instead of just primary id to support creating secondary databases in multiple regions (This fixes the destroy issue when secondary databases aren't manage by Terraform).
- Added traffic module to reduce/prevent intermittent conflict errors between app services, app functions, slots, and traffic manager.
- Added note in readme about -parallelism=1 flag for preventing conflicts.
- Fixed issue with KeyVault policies causing conflicts if being managed separately through azurerm_key_vault_access_policy.
- Changed to create both SystemAssigned and UserAssigned identitied.
- Added commented notes for an issue with identity_ids showing changes due to ordering.
- Fixed intermittent issue with password strength for SQL Server Admin.
- Added delay between app services/functions and slots to reduce conflicts during create and destroy.
- Added delay between slots and traffic module to reduce conflicts during create and destroy.
- Moved app service slot creation down with functions to keep together after delay.
v0.1.12
Merge pull request #12 from Matthewsre/develop Added IP Address override variable for dev environments
v0.1.11
Merge pull request #11 from Matthewsre/develop Finally found ip solution that will also return the correct value nee…
v0.1.10
Merge pull request #10 from Matthewsre/develop Changed ip to use external call, but with validation to prevent any n…
v0.1.9
Merge pull request #9 from Matthewsre/develop Fixed IP Powershell variable setting
v0.1.8
Merge pull request #8 from Matthewsre/develop Develop
v0.1.7
Merge pull request #7 from Matthewsre/feature/communication Removing hyphens form user names. IP Address is now relying on powers…
v0.1.6
Fixed issue with slot names
v0.1.5
Fixed outputs.tf file name and changed IP source