diff --git a/patterns/vpc-lattice/main.tf b/patterns/vpc-lattice/main.tf index 42c6a681a3..c946c2e78c 100644 --- a/patterns/vpc-lattice/main.tf +++ b/patterns/vpc-lattice/main.tf @@ -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:*",