Skip to content

Commit

Permalink
Minor fixes and improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Widmer committed Jan 16, 2024
1 parent cbd827c commit 6486035
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions patterns/vpc-lattice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

{%
Expand Down
2 changes: 1 addition & 1 deletion patterns/vpc-lattice/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 6486035

Please sign in to comment.