Joe Duffy
Joe Duffy
Is this an instance of https://github.com/pulumi/pulumi-terraform-bridge/issues/311?
@danfhernandez I know you've been going through these lately. We'd love your feedback overall on what needs improving. Also, would love if you can pair review some this as Maria...
> what was the originally intended process around this tool and keeping things up to date? Can it be automated? No original thought here, sorry, other than "similar to our...
Agree with most of that. The thing I always had in mind was something sort of like this:  If you couple that with your ideas to make some of...
Oh, I see we do have a message for the resources:  A few thoughts: 1) It's a bit buried (below the examples), why not put this right at the...
I think this probably refers to Python. I agree, this doesn't look quite right to me either. See for instance https://www.pulumi.com/docs/reference/pkg/azure/network/networkinterface/#networkinterfaceipconfiguration: 
Specifically, this appears to be https://www.pulumi.com/docs/reference/pkg/python/pulumi_vsphere/#pulumi_vsphere.ComputeCluster.ha_admission_control_resource_percentage_auto_compute.
Any directory should do. I agree this is a bit unfortunate, I think we have a bug tracking the idea of being able to destroy without a working directory, but...
I think you can remove the quotes and it should work: ```yaml name: azure_cloud_proj runtime: nodejs ``` Can you give this a try? If so, and assuming you found those...
It looks like Node.js might not be installed? That is a required dependency for Pulumi projects that use Node.js as the language runtime. Instructions for how to install are available...