Michael Kuth
Michael Kuth
Hello @jbardin! We'd like to write something like: Module A ``` output "a" { value = "real" } output "b" { value = "real" } output "c" { value =...
Thanks for the quick responses and information about validation. I must have misconfigured something else when trying this out in our project. After your comment I implemented an independent set...
IMO, keeping `Locale.parse(identifier)` and `Locale(language, territory=None, script=None, variant=None)` separate is a good thing. I believe that the core of the issue when using the constructor is the validation logic that...
Forgive me as I haven't dug too deeply into the code, but if those tables aren't complete and you can get a `Locale` object with a language/territory/script/variant that isn't there...
We're also running into this issue and it started at about the same time. We believe that it is due to changes in the `bitnami/kubectl` image, but are still working...
We've confirmed that as the cause of the problem. ``` kubectl = { image = { tag = "1.26.14-debian-11-r6" } } # works (released on Feb 16) kubectl = {...