Skip to content

Commit

Permalink
hotfix(ci.jenkins.io) fix incorrect outbound NSG rule
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
  • Loading branch information
dduportal committed Jul 4, 2023
1 parent 2f16ff8 commit fb06dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.jenkins.io.tf
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ resource "azurerm_network_security_rule" "deny_all_outbound_from_ci_controller_s
protocol = "*"
source_port_range = "*"
destination_port_range = "*"
source_address_prefixes = "VirtualNetwork"
source_address_prefix = "VirtualNetwork"
destination_address_prefix = "*"
resource_group_name = azurerm_resource_group.ci_jenkins_io_controller.name
network_security_group_name = azurerm_network_security_group.ci_jenkins_io_controller.name
Expand Down

0 comments on commit fb06dcb

Please sign in to comment.