Skip to content

Commit 388bc4e

Browse files
authored
Merge pull request #24 from appvia/release-2.3.2
Wayfinder v2.3.2
2 parents f9c94fd + 0ca9c48 commit 388bc4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The `terraform-docs` utility is used to generate this README. Follow the below s
8989
| <a name="input_wayfinder_instance_id"></a> [wayfinder\_instance\_id](#input\_wayfinder\_instance\_id) | The instance ID to use for Wayfinder. This can be left blank and will be autogenerated. | `string` | `""` | no |
9090
| <a name="input_wayfinder_license_key"></a> [wayfinder\_license\_key](#input\_wayfinder\_license\_key) | The license key to use for Wayfinder | `string` | n/a | yes |
9191
| <a name="input_wayfinder_release_channel"></a> [wayfinder\_release\_channel](#input\_wayfinder\_release\_channel) | The release channel to use for Wayfinder | `string` | `"wayfinder-releases"` | no |
92-
| <a name="input_wayfinder_version"></a> [wayfinder\_version](#input\_wayfinder\_version) | The version to use for Wayfinder | `string` | `"v2.3.1"` | no |
92+
| <a name="input_wayfinder_version"></a> [wayfinder\_version](#input\_wayfinder\_version) | The version to use for Wayfinder | `string` | `"v2.3.2"` | no |
9393

9494
## Outputs
9595

variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ variable "wayfinder_release_channel" {
156156
variable "wayfinder_version" {
157157
description = "The version to use for Wayfinder"
158158
type = string
159-
default = "v2.3.1"
159+
default = "v2.3.2"
160160
}
161161

162162
variable "aws_ebs_csi_driver_addon_version" {

0 commit comments

Comments
 (0)