We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9152ac commit 2b43ed1Copy full SHA for 2b43ed1
1 file changed
LearningHub.Nhs.MessageQueueProcessor/Terraform/main.tf
@@ -126,6 +126,7 @@ resource "azurerm_network_security_group" "nsg" {
126
source_port_range = "*"
127
destination_port_range = "*"
128
source_address_prefix = "*"
129
+ destination_address_prefix = "*"
130
}
131
security_rule {
132
name = "Microsoft.Sql-managedInstances_UseOnly_mi-strg-s-out-10-0-1-0-24-v11"
0 commit comments