We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac8dcb commit 52e49a9Copy full SHA for 52e49a9
modules/fabric-net-firewall/README.md
@@ -16,7 +16,7 @@ map(object({
16
ranges = list(string) # list of IP CIDR ranges
17
sources = list(string) # tags or SAs (ignored for EGRESS)
18
targets = list(string) # tags or SAs
19
- use_service_accounts = bool # defaults to false
+ use_service_accounts = bool # use tags or SAs in sources/targets
20
rules = list(object({
21
protocol = string
22
ports = list(string)
0 commit comments