Open sahadkp-dlt opened 4 months ago
Thanks for raising this issue. I can't reproduce this issue with below tf config that is similar with yours. Could you try latest tf azurerm provider and below tf config to see if the issue still exists? Thanks.
provider "azurerm" {
features {}
}
resource "azurerm_resource_group" "test" {
name = "acctestRG-communicationservice-test01"
location = "westeurope"
}
resource "azurerm_communication_service" "test" {
name = "acctest-CommunicationService-test01"
resource_group_name = azurerm_resource_group.test.name
data_location = "United States"
tags = {
env = "Test2"
}
}
Is there an existing issue for this?
Community Note
Terraform Version
v1.8.3
AzureRM Provider Version
3.65.0
Affected Resource(s)/Data Source(s)
azurerm_communication_service
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
No response
Actual Behaviour
communication service connected email domain is deleted
Steps to Reproduce
No response
Important Factoids
No response
References
No response