I'm trying to convert a CF template over to pulumi...
# getting-started
t
I'm trying to convert a CF template over to pulumi using the web-based version of cf2pulumi, but getting the error
failed to render template: the first argument to 'Fn::Sub' must be a string.
Is there an issue i could track the progress of that addition? I also saw in an issue that cf2pulumi is going to be deprecated and replaced with `pulumi convert --from cloudformation --language typescript ~/Desktop/cluster-template.yml`but running that results in:
Copy code
load converter plugin: install "cloudformation": could not find latest version for provider cloudformation: 401 HTTP error fetching plugin from <https://api.github.com/repos/pulumi/pulumi-converter-cloudformation/releases/lates>`
and a check in github doesn't show that repo as even existing/being public yet. What are my options here?