We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4581428 commit 7623bc5Copy full SHA for 7623bc5
1 file changed
LearningHub.Nhs.MessageQueueProcessor/Terraform/main.tf
@@ -90,7 +90,7 @@ resource "azurerm_network_security_group" "nsg" {
90
priority = 101
91
protocol = "*"
92
destinationPortRange = "*"
93
- destinationPortRanges = [],
+ destinationPortRanges = []
94
destinationAddressPrefix = "10.0.1.0/24"
95
destinationAddressPrefixes = []
96
sourceAddressPrefix = "10.0.1.0/24"
0 commit comments