pulumi / arm2pulumi

Tool to convert Azure ARM templates to Pulumi code
5 stars 3 forks source link

Update hosted arm2pulumi or at least put an info banner there #34

Closed mnlumi closed 11 months ago

mnlumi commented 1 year ago

Add a note that 'arm2pulumi is still using v1 of the provider. If you want to use v2, please use the command line.'

lukehoban commented 1 year ago

Should we instead just get it working with v2?

mnlumi commented 1 year ago

@lukehoban Yes, getting it working with v2 is certainly the preferred and ultimate goal. The banner is meant to be an intermediate step while awaiting prioritization of arm2pulumi fixes. cc @mikhailshilkov

mikhailshilkov commented 11 months ago

The standalone arm2pulumi tool has been deprecated in favor of the Pulumi CLI built-in command pulumi convert --from arm. Therefore, I'm closing all issues in this repository as "won't fix". Please file any issue related to pulumi convert in https://github.com/pulumi/pulumi/issues/