azurerm_container_registry
- network_rule_set.virtual_network
is deprecated but mandatory
#25044
Closed
1 task done
Is there an existing issue for this?
Community Note
Terraform Version
1.8.0-dev
AzureRM Provider Version
3.93.0
Affected Resource(s)/Data Source(s)
azurerm_container_registry
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
The validation should pass, as
network_rule_set.virtual_network
has been deprecated.Actual Behaviour
The validation fails indicating that the attribute
"virtual_network"
is required.Steps to Reproduce
main.tf
terraform init -backend=false
terraform validate
Important Factoids
No response
References
#24140
The text was updated successfully, but these errors were encountered: