We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7076dd4 commit 70003a5Copy full SHA for 70003a5
terraform/linux-webserver-with-loadbalancer/dependencies.tf
@@ -41,7 +41,7 @@ resource "azurerm_network_security_group" "webserver" {
41
}
42
43
#tfsec:ignore:azure-network-no-public-ingress
44
-resource "azurerm_network_security_rule" "lb_to_webservers" {
+resource "azurerm_network_security_rule" "everyone_to_webservers" {
45
access = "Allow"
46
direction = "Inbound"
47
name = "allow-HTTP-in-${azurerm_subnet.webservers.name}-to-everyone"
0 commit comments