Everytime you change the name of the peering, the resource will be destroyed with a downtime.
With this fix you can avoid to change the name and start the recreation process
Type of changes
[ ] Add new module
[x] Update existing module
[ ] Remove existing module
Does this introduce a breaking change?
[ ] Yes
[x] No
Other information
Run checks
Useful commands to run checks on local machine
bash .utils/terraform_run_all.sh init local
pre-commit run -a
:warning: This repo is stale, all new features will be added on https://github.com/pagopa/terraform-azurerm-v3 :warning:
List of changes
Motivation and context
Everytime you change the name of the peering, the resource will be destroyed with a downtime. With this fix you can avoid to change the name and start the recreation process
Type of changes
Does this introduce a breaking change?
Other information
Run checks
Useful commands to run checks on local machine