Skip to content

Commit

Permalink
Use space
Browse files Browse the repository at this point in the history
  • Loading branch information
mandopaloooza committed Jan 23, 2024
1 parent 84c93aa commit 8c7e018
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions website/docs/r/entitlement.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,20 @@ resource "appgatesdp_entitlement" "ping_entitlement" {
condition_logic = "and"
actions {
action = "allow"
subtype = "tcp_up"
hosts = [
"103.15.3.254/32",
"172.17.3.255/32",
"192.168.2.255/32",
]
ports = ["53"]
subtype = "tcp_up"
hosts = [
"103.15.3.254/32",
"172.17.3.255/32",
"192.168.2.255/32",
]
ports = ["53"]
}
actions {
action = "allow"
subtype = "udp_up"
hosts = ["192.168.2.255/32"]
ports = ["53"]
action = "allow"
subtype = "udp_up"
hosts = ["192.168.2.255/32"]
ports = ["53"]
}
app_shortcuts {
Expand Down

0 comments on commit 8c7e018

Please sign in to comment.