Closed bflad closed 2 years ago
Being tracked as a core issue over here: https://github.com/hashicorp/terraform/issues/30746
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
SDK version
Relevant provider source code
https://github.com/hashicorp/terraform-provider-azurerm/blob/3e162d1aaec9ccf9b9174bd216d0ae6ba989323a/internal/services/mssql/mssql_database_resource.go#L38-L41
https://github.com/hashicorp/terraform-provider-azurerm/blob/3e162d1aaec9ccf9b9174bd216d0ae6ba989323a/internal/services/mssql/mssql_database_resource.go#L760
Likely related:
https://github.com/hashicorp/terraform-provider-azurerm/blob/3e162d1aaec9ccf9b9174bd216d0ae6ba989323a/internal/services/mssql/migration/database_v0_to_v1.go#L57
Terraform Configuration Files
Seems irrelevant as it may only pertain to import, but here's an example:
Debug Output
To be gathered.
Expected Behavior
Terraform imports resource successfully.
Actual Behavior
Error on import:
Steps to Reproduce
terraform import
on a resource with a recently removed attributeReferences