terraform-provider-azurerm icon indicating copy to clipboard operation
terraform-provider-azurerm copied to clipboard

azurerm_network_interface_security_group_association: changing nsg_id attribute start destroy loop

Open delampri opened this issue 4 years ago • 2 comments

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Terraform (and AzureRM Provider) Version 0.13.5 (2.41)

Affected Resource(s)

  • azurerm_network_interface_security_group_association

Terraform Configuration Files


# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key: https://keybase.io/hashicorp

Debug Output

Panic Output

Expected Behaviour

changing the NSG name should result in changed NSG on the mentioned interface.

Actual Behaviour

The network interface is getting destroyed, as well as the azure_windows_virtual_machine and all attached disks !!!!

Steps to Reproduce

  1. terraform apply

Important Factoids

References

  • #0000

delampri avatar Jan 26 '21 19:01 delampri