Skip to content

Commit

Permalink
feat: wayfinder v2.9.8 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
KashifSaadat authored Jan 3, 2025
1 parent 0a82361 commit b172042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ The `terraform-docs` utility is used to generate this README. Follow the below s
| <a name="input_wayfinder_idp_details"></a> [wayfinder\_idp\_details](#input\_wayfinder\_idp\_details) | The IDP details to use for Wayfinder to enable SSO | <pre>object({<br/> type = string<br/> clientId = optional(string)<br/> clientSecret = optional(string)<br/> serverUrl = optional(string)<br/> azureTenantId = optional(string)<br/> })</pre> | <pre>{<br/> "azureTenantId": "",<br/> "clientId": null,<br/> "clientSecret": null,<br/> "serverUrl": "",<br/> "type": "none"<br/>}</pre> | no |
| <a name="input_wayfinder_no_defaults"></a> [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 |
| <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 |
| <a name="input_wayfinder_version"></a> [wayfinder\_version](#input\_wayfinder\_version) | The version to use for Wayfinder | `string` | `"v2.9.7"` | no |
| <a name="input_wayfinder_version"></a> [wayfinder\_version](#input\_wayfinder\_version) | The version to use for Wayfinder | `string` | `"v2.9.8"` | no |

## Outputs

Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -342,5 +342,5 @@ variable "wayfinder_release_channel" {
variable "wayfinder_version" {
description = "The version to use for Wayfinder"
type = string
default = "v2.9.7"
default = "v2.9.8"
}

0 comments on commit b172042

Please sign in to comment.