Thomas Kappler

Results 86 comments of Thomas Kappler

Looking into this further by checking in on the AWS console, I realized that this isn't really a timeout issue. The container fails to come up due to a configuration...

I was struggling with this as well. Re-opening to improve the docs.

> @thomas11 , @C0DK , is the `triggers` a state/flag variable, which if changes (current-run value is different for previous-runs), the underlying action gets executed? Yes, exactly. It's simply an...

Since the discussion on this issue was all about `Update`, which is now implemented, I'll close this issue. Follow-up issues #433 and #432 are dedicated to discussing scenarios for `Diff`...

We'll track this from now on in #439 which is a slightly broader.

Hi @pcc-damatj, unfortunately, we don't have a way to customize this API version currently. The issue exists in the third-party authentication library that we use, so it's not easy to...

Thank you for reporting this, @mentallabyrinth! This might be a bug in our code generation. I've filed an issue with that team.

> @danielrbradley @thomas11 I'm curious - why don't we allow setting `subscriptionId` via config? I don't know, and I think we could allow it. I have a little side-project documenting...

On further research, it turns out that subscription ids were actually completely [removed from the upstream Terraform azuread provider](https://github.com/hashicorp/terraform-provider-azuread/commit/44829f2621da31096fe4b06d3ca810631dc078b2). The reasoning being that Entra ID is not subscription-based, and every...

I see. Would you be able to capture verbose logs according to [this guide](https://www.pulumi.com/docs/support/troubleshooting/#diagnosing-issues)? Thank you!