Skip to content

Commit a2694e7

Browse files
committed
Update example code
1 parent ba86b4e commit a2694e7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examples/dns-firewall-full/main.tf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ module "rule_group" {
5656
},
5757
]
5858

59+
shares = [
60+
# {
61+
# name = "main"
62+
# principals = ["111111111"]
63+
# }
64+
]
65+
5966
tags = {
6067
"project" = "terraform-aws-firewall-examples"
6168
}

0 commit comments

Comments
 (0)