Chris Stetter

Results 13 comments of Chris Stetter

After upgrading to `1.0.0` I am still running into that issue. Can someone confirm?

The dependency versions are: ``` pulumi==3.47.2 pulumi-aws==5.17.0 pulumi-aws-native==0.40.2 pulumi-awsx==1.0.0 pulumi-docker==3.6.1 pulumi-random==4.8.2 ``` I have set `pulumi:disable-default-providers: ["*"]` and deploy the following new stack to LocalStack: ``` import pulumi_awsx as awsx...

Will this be solved with https://github.com/pulumi/pulumi/pull/13282?