correct naming in source destination egress fw rule

This commit is contained in:
ajlopezn 2023-04-11 10:48:56 +00:00
parent 6f1e531af0
commit 4e426a990a
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ module "firewall" {
disabled = true
}
egress_rules = {
allow-egress-source-destination-ranges = {
deny-egress-source-destination-ranges = {
description = "Deny egress using source and destination ranges"
source_ranges = ["10.132.0.0/20", "10.138.0.0/20"]
destination_ranges = ["172.16.0.0/12"]