https://pulumi.com logo
s

salmon-ocean-98084

09/01/2023, 11:39 AM
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

billowy-army-68599

09/01/2023, 4:05 PM
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

salmon-ocean-98084

09/01/2023, 4:05 PM
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
2 Views