Luke Hoban
Luke Hoban
If we move to server-side diff, does that also enable not emitting `last-applied-configuration`? I believe that was largely only emitted to help with client-side diffs. If so - that might...
@pauljrob Did you end up getting this working yet? The pod failures appear to be due to (at least) some of the issues noted in https://docs.gitlab.com/charts/installation/cloud/eks.html. These are ultimately issues/challenges...
Related to (or possibly dependent on) https://github.com/pulumi/pulumi/issues/4265.
Right - and the [docs](https://www.terraform.io/docs/providers/aws/r/sns_topic_subscription.html#protocols-supported) describe why: > Unsupported protocols include the following: > > `email` -- delivery of message via SMTP > `email-json` -- delivery of JSON-encoded message via...
Going to close this out as the original issue is "by design" for now based on upstream providers, but has a workaround as described in pulumi/pulumi-aws#1868 if really needed. The...
FWIW - there's some similar discussions related to the upstream Terraform AzureRM provider at https://github.com/terraform-providers/terraform-provider-azurerm/issues/6816. I suspect that some of the same workarounds mentioned there might be possible for Pulumi...
It looks like this is a limitation of the upstream https://github.com/terraform-providers/terraform-provider-aws/issues, and would need to be added there. I don’t see any existing issue tracking this, so it might be...
What is the detailed diff you see? (If you select “details”).
There’s no more details? Very odd that a diff in `redrivePolicy` would be in the short diff but not the detailed diff.
> Is it possible to transpile to an Azure ARM template? It is not currently possible to transpile to ARM templates, though it's something that we should track as a...