Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Widmer committed Dec 19, 2023
1 parent 15a4f6c commit f65e7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patterns/vpc-lattice/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ data "aws_iam_policy_document" "gateway_api_controller" {
statement {
sid = ""
effect = "Allow"
resources = ["*"] # For testing purposes only - highly recommended limit access to specific resources for production usage
resources = ["*"] # For testing purposes only (highly recommended limit access to specific resources for production usage)

actions = [
"vpc-lattice:*",
Expand Down

0 comments on commit f65e7c7

Please sign in to comment.