Skip to content

Commit 82d4a12

Browse files
authored
Wayfinder v2.4.6 (#47) (#48)
1 parent 1dbd6ac commit 82d4a12

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
@@ -97,7 +97,7 @@ The `terraform-docs` utility is used to generate this README. Follow the below s
9797
| <a name="input_wayfinder_instance_id"></a> [wayfinder\_instance\_id](#input\_wayfinder\_instance\_id) | The instance ID to use for Wayfinder. | `string` | n/a | yes |
9898
| <a name="input_wayfinder_licence_key"></a> [wayfinder\_licence\_key](#input\_wayfinder\_licence\_key) | The licence key to use for Wayfinder. | `string` | n/a | yes |
9999
| <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 |
100-
| <a name="input_wayfinder_version"></a> [wayfinder\_version](#input\_wayfinder\_version) | The version to use for Wayfinder. | `string` | `"v2.4.5"` | no |
100+
| <a name="input_wayfinder_version"></a> [wayfinder\_version](#input\_wayfinder\_version) | The version to use for Wayfinder. | `string` | `"v2.4.6"` | no |
101101

102102
## Outputs
103103

variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ variable "wayfinder_release_channel" {
208208
variable "wayfinder_version" {
209209
description = "The version to use for Wayfinder."
210210
type = string
211-
default = "v2.4.5"
211+
default = "v2.4.6"
212212
}
213213

214214
variable "aws_ebs_csi_driver_addon_version" {

0 commit comments

Comments
 (0)