Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
Tweaking sg rule pt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrichlake committed Feb 27, 2024
1 parent d190a3a commit d82ceec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operations/template/net.tf
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ resource "azurerm_network_security_rule" "db_inbound_allow" {
protocol = "Tcp"
source_port_range = "*"
destination_port_ranges = ["5432"]
source_address_prefix = *
source_address_prefix = "*"
destination_address_prefix = "VirtualNetwork"
resource_group_name = data.azurerm_resource_group.group.name
network_security_group_name = azurerm_network_security_group.db_security_group.name
Expand Down

0 comments on commit d82ceec

Please sign in to comment.