Ian Wahbe

Results 264 comments of Ian Wahbe

Hi @MayurDuduka. Thanks for letting us know about this.

Hi @dygfloyd. Thanks for letting us know about this. The `pulumi-aws` provider is bridged from https://github.com/hashicorp/terraform-provider-aws. The best way to get this feature added is to open an issue [there](https://github.com/hashicorp/terraform-provider-aws/issues/new?assignees=&labels=enhancement&projects=&template=02_enhancement.yml&title=%5BEnhancement%5D%3A+).

Great. Then `pulumi-aws` will pick up the feature shortly after terraform-provider-aws's next release.

Hey @tangr. Thanks for letting us know. I am able to reproduce the perpetual diff.

This doesn't seem to be fixed by `shimv2.WithPlanResourceChange`: ```patch provider/resources.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/provider/resources.go b/provider/resources.go index 45c8e33607..6b43ba153a 100644 --- a/provider/resources.go +++...

Hi @Kazy. Thanks for filing a bug. I don't see this behavior when creating an `aws.ec2.Instance` and running `pulumi up`. Can you post steps so I can reproduce this on...

Hi @summera. Thanks for taking the time to check out Pulumi and for filing an issue when something didn't work as expected.

Hi @dhilgarth. Thanks for letting us know about this bug. Until we get this fixed, you can create a `aws.lambda.Function` directly, which gives you full control over what code is...

Hi @omidraha. Thanks for opening an issue. We're sorry to hear about this. To help us diagnose the problem, can you please post the output of `pulumi about` in the...

This is a superset of https://github.com/pulumi/pulumi-aws/issues/3190.