Ian Wahbe

Results 264 comments of Ian Wahbe

Thanks for letting us know @MitchellGerdisch. This looks like a combination of an upstream issue (https://github.com/hashicorp/terraform-provider-aws/issues/34640) and a diff bug (that provides a partial work-around?).

Hey @williamwangis. Thanks for opening an issue! My reading of the docs is that if you use any cert type, you need to specify a private SSL.

> if I need to specify a private SSL, why I need to use cas(Certificate Management Service) ...... I'm not sure, I'm not super familiar with alicloud. I could also...

Has there been any progress on this issue? If not, I'd be interested in contributing. I don't want to duplicate existing work though.

Hi @RaicuRobert. You should be able to create a dependency between resources via: ```typescript a = new ResourceA("A", args); b = new ResourceB("B", { a.output.apply(o => { waitOnA(); o}) });...

I'm glad you found a solution that works!

https://github.com/pulumi/pulumi/issues/7932 would provide some support. I think you had the right idea vis a vis checking DNS propagation, you just need to do it against azure. P.S. AWS has an...

Hi @barclayadam. Thanks for reporting this issue. This looks like a bug on our end. You might be able to work-around the bug by replacing `allowBlobPublicAccess` with `allowNestedItemsToBePublic` before upgrading...

Hi @gleb-jiji. Thanks for opening a new issue and posting a reproduction. CC @t0yv0 I believe you were interested here.