Lee Zen

Results 114 comments of Lee Zen

Could you please provide a working example of what you're doing? I tried to reproduce this behavior with a FargateTaskDefinition but my second `pulumi up` came back with no diff...

It looks like there's an upstream issue tracking this https://github.com/terraform-providers/terraform-provider-azurerm/issues/9075 and once the fix is merged will be applied here as well.

Have you verified that you're using the same credentials when running `pulumi` as you are with the console?

By console, I meant Azure Portal since you had mentioned doing this successfully via the Portal. It's definitely more odd if you're doing it via the CLI since `pulumi` should...

I tried to reproduce (replacing the `8.8.8.8` IP with the one I'm running the example from) and it created correctly for me. The provider needs to access the account in...

Tracked upstream in https://github.com/terraform-providers/terraform-provider-azurerm/issues/6164

At this time, the provider doesn't support importing target group attachments (https://www.pulumi.com/docs/reference/pkg/aws/lb/targetgroupattachment/#import)

@smcoll Yes, I think that's likely the best way to go about it right now.

@awoimbee This is a good idea to include as an option. One thing you could do today is since you can mix in any API/SDK constructs with Pulumi, you could...

@awoimbee Thanks for providing the code snippet. I'm sure others will find it helpful as well! One other way to consider approaching this that I should've mentioned the first time...