Simon Ostendorf
Simon Ostendorf
> your free to work on this PR or if you already have something we can use yours as a base branch. I haven't gotten to the point of parsing...
> A great start to this @simonostendorf, thanks! > > I've added a comment about keys that are missing and we are also missing the associated documentation updates for the...
read of public keys can be done with: ```hcl data "vault_generic_secret" "transit_public_key" { path = "transit/export/public-key/" } output "transit_public_key" { value = jsondecode(data.vault_generic_secret.transit_public_key.data_json).keys } ```
Here you can see that the tf provider uses a string: https://github.com/hetznercloud/terraform-provider-hcloud/blob/main/internal/sshkey/resource.go#L57-L63 but the data source uses an int: https://github.com/hetznercloud/terraform-provider-hcloud/blob/main/internal/sshkey/data_source.go#L50-L54
please do not stale
> This is unnecessary in cases where the CCM and CSI do not run in the workload cluster, e.g. because they are external. I am also interested in this feature...
@bobcallaway fyi because you reviewed and merged #2174
And currently my vite server crashes with `SyntaxError: Parse Error : syntax error, unexpected ';' on line 58558` when i set `excludeFrameworkTranslations=true`, with false it works. So please do not...
Still relevant.