diff --git a/patterns/vpc-lattice/README.md b/patterns/vpc-lattice/README.md index a8240ecb3c..8de670084b 100644 --- a/patterns/vpc-lattice/README.md +++ b/patterns/vpc-lattice/README.md @@ -25,7 +25,7 @@ In order to test the connectivty between the client and server, please follow th 3. Within the console test the connecvity to the server application by entering the following command: ```sh - $ curl -I http://server.example.com + $ curl -i http://server.example.com HTTP/1.1 200 OK date: Thu, 14 Dec 2023 08:29:39 GMT content-length: 54 @@ -35,9 +35,6 @@ In order to test the connectivty between the client and server, please follow th ``` - If everythign works as expected yous should receive the following response: - ![output](assets/server-response.jpeg) - ## Destroy {% diff --git a/patterns/vpc-lattice/main.tf b/patterns/vpc-lattice/main.tf index 232332756b..bb97073942 100644 --- a/patterns/vpc-lattice/main.tf +++ b/patterns/vpc-lattice/main.tf @@ -134,7 +134,7 @@ module "addons" { enable_aws_gateway_api_controller = true aws_gateway_api_controller = { - chart_version = "v1.0.1" + chart_version = "v1.0.2" create_namespace = true namespace = "aws-application-networking-system" source_policy_documents = [data.aws_iam_policy_document.gateway_api_controller.json]