Hey folks, using Pulumi to manage personal infrastructure and loving it. Minor issue though, I have some infrastructure I haven't touched in a couple years. My new state is in Pulumi Cloud but the state for the old infra is in pulumi.prod.yaml. Is there any way to get this older YAML format migrated to newer state? I don't care whether it's local or cloud, but
pulumi stack import
and all the current docs reference JSON as the base format and I don't see any reference to this older YAML state format or how to migrate off of it. Maybe I'm just searching for the wrong keywords? Thanks for any help.