azurerm_service_fabric_cluster
apply terminates when updating resource configuration that contains a stateless node type
#28923
Labels
Is there an existing issue for this?
Community Note
I've recently introduced a node type with the configuration
is_stateless = true
to my azurerm_service_fabric_cluster resource. Since then, resource update operations throw an error while applying the change. The operations in azure do succeed, but the provider appears to not be handling the resource state change while the operation is in progressTerraform Version
1.7.5
AzureRM Provider Version
3.117.0
Affected Resource(s)/Data Source(s)
azurerm_service_fabric_cluster
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
The provider should continue to poll the resource until the operation status changed to complete, rather than prematurely throwing an error while its still in progress
Actual Behaviour
The apply operation returns an error, however the service fabric cluster changes are still being applied within azure and they apply successfully. However a subsequent terraform plan can only be created after the cluster configuration updates finishes deploying
Steps to Reproduce
Deploy a service fabric cluster with at least 1
node_type
that hasis_stateless
set totrue
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: