Skip to content

Commit

Permalink
FW rule fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelrn committed Nov 28, 2024
1 parent 444975c commit be1262e
Show file tree
Hide file tree
Showing 3 changed files with 1,717 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vpc_peering_common_dual_stack/example.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ networks = {
firewall_rules = {
allow-mgmt-ingress = {
name = "allow-mgmt-ingress"
source_ranges = ["1.1.1.1/32"] # Modify this value as per deployment requirements. Replace 1.1.1.1/32 with your own source IP address for management purposes.
source_ranges = ["10.10.10.0/28"] # Set your own management source IP range.
priority = "1000"
allowed_protocol = "all"
allowed_ports = []
Expand Down
Loading

0 comments on commit be1262e

Please sign in to comment.