Skip to content

Commit

Permalink
Update website/docs/r/networkfirewall_resource_policy.html.markdown
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Flad <bflad417@gmail.com>
  • Loading branch information
anGie44 and bflad authored Nov 25, 2020
1 parent 6465e9e commit 3abb3f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ resource "aws_networkfirewall_resource_policy" "example" {
Effect = "Allow"
Resource = aws_networkfirewall_rule_group.example.arn
Principal = {
AWS = "arn:aws:iam::1234567890:user/example"
AWS = "arn:aws:iam::123456789012:root"
}
}]
Version = "2012-10-17"
Expand Down

0 comments on commit 3abb3f1

Please sign in to comment.