Skip to content

Commit 52e49a9

Browse files
committed
minimal README changes
1 parent 8ac8dcb commit 52e49a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/fabric-net-firewall/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ map(object({
1616
ranges = list(string) # list of IP CIDR ranges
1717
sources = list(string) # tags or SAs (ignored for EGRESS)
1818
targets = list(string) # tags or SAs
19-
use_service_accounts = bool # defaults to false
19+
use_service_accounts = bool # use tags or SAs in sources/targets
2020
rules = list(object({
2121
protocol = string
2222
ports = list(string)

0 commit comments

Comments
 (0)