Kristin Laemmert
Kristin Laemmert
I suspect that there are two problems going on here that aren't actually related, just coincidentally in the same commands - let's see what we can figure out. The issue...
Hi @bmoller, thanks for opening this issue! I have a simple reproduction case: ``` variable "ids" { default = ["1","2","3"] } resource "random_id" "ids" { for_each = toset(var.ids) byte_length =...
A little clarification, as much for myself as anyone reading this: My reproduction example is a relatively simple (and fixable) issue: importing a single element of a collection which is...
No, this hasn't been added yet (current version is `v0.11.8`). While we try to follow up with issues like this in Github, sometimes things get lost in the shuffle -...
Hi @ThinkChaos, thanks for submitting this! The `providers mirror` command was originally intended (it might be more accurate to say "imagined") for use pre-init, where one was bundling providers to...
/deploy-to-hg
I CAN NOW! https://github.com/mildwonkey/thema-examples/tree/main/translate There's a repo full repo in there, but it's as simple as calling Translate on a schema version that doesn't exist
Another case when Translate() panics is if there are no lenses defined: ``` panic: #Translate.out.steps._accum.1._lens: index out of range [0] with length 0: /github.com/grafana/thema/translate.cue:104:31 ``` That specific issue is similar...
Hi @gbataille ! I wasn't able to reproduce this issue, and I am hoping you can help me out. I used a backend configuration very similar to yours (only changing...
That's helpful information, and confirms my suspicion. I set up the reproduction case, and created a few states with both 0.11 and 0.12. When I run terraform state pull from...