You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 comments along the lines of "+1", "me too" or "any updates", 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 and review the contribution guide to help.
variable"name" {
default="test"
}
resource"azurerm_resource_group""example" {
name=var.namelocation="East US2"
}
resource"azurerm_postgresql_flexible_server""example" {
name=var.nameresource_group_name=azurerm_resource_group.example.namelocation=azurerm_resource_group.example.locationversion="16"public_network_access_enabled=falseadministrator_login="psqladmin"administrator_password="H@Sh1CoR3!"zone="1"storage_mb=32768storage_tier="P30"sku_name="GP_Standard_D2s_v3"
}
resource"azurerm_postgresql_flexible_server_virtual_endpoint""example" {
name="${var.name}endpoint"source_server_id=azurerm_postgresql_flexible_server.example.idreplica_server_id=azurerm_postgresql_flexible_server.example.id# these being the same is possible in the portal and when they are the same in terraform it gets unhappytype="ReadWrite"
}
Debug Output/Panic Output
Error: Provider produced inconsistent result after apply
When applying changes to module.postgressql-flexible-server.azurerm_postgresql_flexible_server_virtual_endpoint.this[0], provider "provider[\"registry.terraform.io/hashicorp/azurerm\"]" produced an unexpected new value:
Root object was present, but now absent.
This is a bug in the provider, which should be reported in the provider's own issue tracker.
Expected Behaviour
portal allows them to be the same
Actual Behaviour
No response
Steps to Reproduce
No response
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Community Note
Terraform Version
1.9.7
AzureRM Provider Version
4.4.0
Affected Resource(s)/Data Source(s)
azurerm_postgresql_flexible_server_virtual_endpoint
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
portal allows them to be the same
Actual Behaviour
No response
Steps to Reproduce
No response
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: