Hello :wave: Wondering if anyone has experienced i...
# general
s
Hello 👋 Wondering if anyone has experienced issues similar to this when using pulumi convert? My command:
pulumi convert --from terraform --language go --out pulumi
Error:
Copy code
error: cannot assign expression of type { input: list(output(string)) } to location of type   {
    input:   list(list(dynamic) | output(list(dynamic)))
    | output(list(list(dynamic)))
    | output(list(list(dynamic))?)?,
  }
b
this is likely a bug, could you open an issue here? https://github.com/pulumi/pulumi
we’d need the original hcl to repro
s
I'll try to give a reproducible example!
Raised a bug with a basic example https://github.com/pulumi/pulumi/issues/13873
Looks related to the use of wildcards