Open jaxxstorm opened 2 years ago
Bizarre! It looks like a pretty straight-forward parsing error... which is definitely odd!
@jaxxstorm I traced the parsing code to Pulumi-Yaml. Given that you've opened this code in LSP, I assume that means the code executed fine? It just shows a false positive error in your editor?
Tracing the code, this is the first place that actually does any parsing, so I'm unsure why you'd get a parse error in the LSP but Pulumi would accept that same code -- they use the same parser. Hmm...
What happened?
I defined a resource from an MLC with token
aws-tailscale:index:Bastion
Steps to reproduce
Define some resource like so:
Expected Behavior
No errors
Actual Behavior
Output of
pulumi about
No response
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).