Paul Stack

Results 131 comments of Paul Stack

Oh I see, I thought you had a fix in mind already! My bad :)

Hi @Eric-Swiftly Please can you tell me what should be secret in this case? If you create a resource from scratch do they get marked as secret correctly? Paul

Hi @amorin-gladia Unfortunately, this is not supported at at this time - I will leave this open as an enhancement request so we can look at adding this Paul

This has been released as part of pulumi-aws v5.10.0 - thanks for the reminder here @zulizzi-cfg

Hi @joeduffy Sorry for the complete fail in us getting back to you on this issue :/ I need to apologise for that and we will work to do better...

Hi @evgenyb What you can do here is to create a new provider for the alternative subscription and make the keyvault Get using the new provider https://www.pulumi.com/docs/reference/pkg/azure/provider/ You can pass...

Hi @JonCanning Have you tried adding a customTimeouts block? e.g ``` const x = new azure.core.ResourceGroup("my-example",{}, { customTimeouts: { create: "20m", } }); ``` I wrote this off my phone...

Hi @aureq Please can you also add a sample set of your Pulumi code (to get the resource that you need us to update) as it will help :) Paul

Linking this issue... https://github.com/terraform-providers/terraform-provider-azurerm/issues/2602

Reproduction code https://pulumi.io/quickstart/kubernetes/tutorial-azure-kubernetes-service/