-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to delete azurerm_postgresql_flexible_server_virtual_endpoint
gracefully
#27754
Comments
There is an issue on the |
Worth to mention, virtual endpoint gets deleted by that async operation. |
@stephybun It is interesting how tests worked if I were not changing anything in that virtual endpoint. It was a apply and destroy. Will try with 4.7.0, thanks. |
Verified that 4.7.0 solves the issue with destroying virtual endpoints. Thanks. |
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. |
Is there an existing issue for this?
Community Note
Terraform Version
1.3.10
AzureRM Provider Version
4.6.0
Affected Resource(s)/Data Source(s)
azurerm_postgresql_flexible_server_virtual_endpoint
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Destroy should work properly
Actual Behaviour
After putting async command terraform gets an error about non-found virtual endpoint.
I was trying also 3.116.0 (where we first met this after trying to use
azurerm_postgresql_flexible_server_virtual_endpoint
). First with a custom terraform template, now tried the template from test (TestAccPostgresqlFlexibleServerVirtualEndpoint_basic
).It is not clear if that is related to our tenant, subscription, or whatever, or it is an Azure API issue here.
Steps to Reproduce
terraform apply
terraform destroy
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: