Open klemmchr opened 9 months ago
you can achieve this using the azapi_update_resource type resource as a workaround to make changes to IP rules.
This is always a workaround but definitely not desirable. Merging the resulting state when a dedicated resource is provided by the terraform provider is a nightmare.
Is there an existing issue for this?
Community Note
Description
ACL allows to configure specific ip rules that override the default action. Currently they cannot be managed using Terraform. Probably a new resource
azurerm_signalr_service_network_acl_ip_rule
would be needed.New or Affected Resource(s)/Data Source(s)
azurerm_signalr_service_network_acl
Potential Terraform Configuration
References
No response