From f65e7c70193b175633c08988e6dcd9dc6d5b897d Mon Sep 17 00:00:00 2001 From: Valentin Widmer Date: Tue, 19 Dec 2023 16:30:39 +0100 Subject: [PATCH] Fix typo --- patterns/vpc-lattice/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:*",