Releases: avinor/terraform-azurerm-remote-backend
Releases · avinor/terraform-azurerm-remote-backend
v3.0.0
Breaking changes!
azurerm is upgraded to v3.28.0 which changes the following:
- The casing on the values for the certificate_permissions field have been updated to use TitleCase (e.g. setissuers -> SetIssuers).
 - The casing on the values for the key_permissions field have been updated to use TitleCase (e.g. unwrapKey -> UnwrapKey).
 - The casing on the values for the secret_permissions field have been updated to use TitleCase (e.g. purge -> Purge).
 - The casing on the values for the storage_permissions field have been updated to use TitleCase (e.g. regenerateKey -> RegenerateKey).
 
Other upgrades:
- go v1.19
 - terratest v0.40.24
 - null v3.2.0
 
v2.0.0
Breaking Changes!
- Change to terraform 0.13 syntax
 - Set terraform min version >= 0.13
 - Bump up hashicorp null versions to 3.x.x