twilio-infra-as-code / plugin-twilio-infra

Plugin for the Twilio CLI to integrate Pulumi and Twilio in order to create, deploy, and manage Twilio infrastructure using code.
MIT License
1 stars 4 forks source link

infra:new is falling because of var file check #28

Closed kaiquelupo closed 3 years ago

kaiquelupo commented 3 years ago

The command infra:new is triggering the pulumi stack ls which fails because no Pulumi.yaml exists. We need to remove the environment variable file check for this command.

vernig commented 3 years ago

:tada: This issue has been resolved in version 0.3.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: