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
The nested dynamic block is virtual_network_rule is referencing var.settings.network instead of the iterated value network_rulesets.value.virtual_network_rule. Therefore the nested block always evaluates to {}
Is there an existing issue for this?
Community Note
Version of the module you are using
5.7.5
Rover Version
aztfmod/rover:1.4.6-2305.1807
Terraform Version
v1.4.6 on linux_arm64
AzureRM Provider Version
3.75.0
Affected Resource(s)/Data Source(s)
azurerm_eventhub_namespace
Terraform Configuration Files
Expected Behaviour
virtual_network_rule are getting created
Actual Behaviour
The nested dynamic block is
virtual_network_rule
is referencingvar.settings.network
instead of the iterated valuenetwork_rulesets.value.virtual_network_rule
. Therefore the nested block always evaluates to{}
Steps to Reproduce
use given config
Already fixed it, will provide PR
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: