Skip to content

Commit

Permalink
change name to reflect
Browse files Browse the repository at this point in the history
  • Loading branch information
Blankf committed Dec 19, 2024
1 parent 4db0045 commit 7545cc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions variables.security.tf
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ variable "default_rules" {
source_address_prefix = "VirtualNetwork"
source_port_range = "*"
},
"Allow-Https-out-to-vnets" = {
"Allow-Http-out-to-vnets" = {
access = "Allow"
name = "Allow-Https-out-to-vnets"
description = "Allow HTTPS traffic to VNets"
name = "Allow-Http-out-to-vnets"
description = "Allow HTTP(S) traffic to VNets"
destination_address_prefix = "VirtualNetwork"
destination_port_ranges = ["80","443"]
direction = "Outbound"
Expand Down

0 comments on commit 7545cc6

Please sign in to comment.