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
There is a disparity between what can be done regarding security rules management when you declare rules within a azurerm_network_security_group resource or if you do it by declaring network_security_rule resources rattached to a azurerm_network_security_group, e.g:
In the latter the destination_port_range can be replaced by destination_port_range*s* (plural) with a list of port range.
This can't be done in the first exemple as it is not implemented.
Terraform Version
terraform v1.11.3
azurerm 1.1.1
Expected Behavior
Be able to declare the following properties when managing rules within a azurerm_network_security_group resource:
source_address_prefixe*s*
destination_address_prefixe*s*
source_port_ranges*s*
destination_port_range*s*
The text was updated successfully, but these errors were encountered:
sylr
changed the title
No property destination_port_ranges for rules declared in
No property destination_port_ranges for rules declared in azurerm_network_security_group
Feb 23, 2018
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!
ghost
locked and limited conversation to collaborators
Mar 31, 2020
Hi,
There is a disparity between what can be done regarding security rules management when you declare rules within a
azurerm_network_security_group
resource or if you do it by declaringnetwork_security_rule
resources rattached to aazurerm_network_security_group
, e.g:Versus
In the latter the
destination_port_range
can be replaced bydestination_port_range*s*
(plural) with a list of port range.This can't be done in the first exemple as it is not implemented.
Terraform Version
terraform v1.11.3
azurerm 1.1.1
Expected Behavior
Be able to declare the following properties when managing rules within a
azurerm_network_security_group
resource:source_address_prefixe*s*
destination_address_prefixe*s*
source_port_ranges*s*
destination_port_range*s*
The text was updated successfully, but these errors were encountered: