From 4e649ffc9baf0a871009ca74a5d2aeb1dfa8b9bc Mon Sep 17 00:00:00 2001 From: Kashif Saadat Date: Thu, 29 Aug 2024 09:50:46 +0100 Subject: [PATCH] feat: update Wayfinder to v2.8.4 --- README.md | 2 +- variables.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b5563ef..80e3b07 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ The `terraform-docs` utility is used to generate this README. Follow the below s | [wayfinder\_licence\_key](#input\_wayfinder\_licence\_key) | The licence key to use for Wayfinder. | `string` | n/a | yes | | [wayfinder\_no\_defaults](#input\_wayfinder\_no\_defaults) | Set to true to stop Wayfinder from applying compiled-in defaults (e.g. default roles, cluster plans, etc). | `bool` | `true` | no | | [wayfinder\_release\_channel](#input\_wayfinder\_release\_channel) | The release channel to use for Wayfinder. | `string` | `"wayfinder-releases"` | no | -| [wayfinder\_version](#input\_wayfinder\_version) | The version to use for Wayfinder. | `string` | `"v2.8.3"` | no | +| [wayfinder\_version](#input\_wayfinder\_version) | The version to use for Wayfinder. | `string` | `"v2.8.4"` | no | ## Outputs diff --git a/variables.tf b/variables.tf index 5f2f44e..6a96bbf 100644 --- a/variables.tf +++ b/variables.tf @@ -239,7 +239,7 @@ variable "wayfinder_release_channel" { variable "wayfinder_version" { description = "The version to use for Wayfinder." type = string - default = "v2.8.3" + default = "v2.8.4" } variable "aws_ebs_csi_driver_addon_version" {