Skip to content

Commit

Permalink
Correct firewall action examples (#962)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottharwell authored Aug 26, 2022
1 parent 12706b0 commit 021ac26
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions plugins/modules/azure_rm_azurefirewall.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,7 @@
key1: value1
application_rule_collections:
- priority: 110
action:
type: deny
action: deny
rules:
- name: rule1
description: Deny inbound rule
Expand All @@ -254,8 +253,7 @@
name: apprulecoll
nat_rule_collections:
- priority: 112
action:
type: dnat
action: dnat
rules:
- name: DNAT-HTTPS-traffic
description: D-NAT all outbound web traffic for inspection
Expand All @@ -272,8 +270,7 @@
name: natrulecoll
network_rule_collections:
- priority: 112
action:
type: deny
action: deny
rules:
- name: L4-traffic
description: Block traffic based on source IPs and ports
Expand Down

0 comments on commit 021ac26

Please sign in to comment.