BREAKING CHANGES:
- dependencies: updating to
v1.3.0
minimum ofterraform
- dependencies: updating to
v3.69.0
minimum ofhashicorp/azurerm
provider. - The internal name by which the
azurerm_key_vault
resource is defined was defined asvault
. This has been changed bykv
to maintain the internal consistency of the module, so the resources deployed in the previous version of the module are not compatible with this new version. - The internal name by which the
azurerm_key_vault_key
resource is defined was defined asvault
. This has been changed bykeys
to maintain the internal consistency of the module, so the resources deployed in the previous version of the module are not compatible with this new version. - The internal name by which the
azurerm_key_vault_secret
resource is defined was defined asvault
. This has been changed bysecrets
to maintain the internal consistency of the module, so the resources deployed in the previous version of the module are not compatible with this new version.
ENHANCEMENTS:
- Internal changes that do not modify the operation of the module.
- Internal changes that change the way data is received by child parameters, but do not change the behavior of the module.
BUG FIXES:
- Output
keys
: The wrong parameter output. - Output
secrets
: The wrong parameter output.