Christian Weiss

Results 88 comments of Christian Weiss

We also just ran into this - we lost some application crash exceptions. 😢 The current behavior doesn't seem intuitive/expected to me so I'd say this should be treated as...

@ohadschn yes, we will use this workaround for now. But still, I think this is a very important issue as it's just frustrating for everyone who doesn't know about this...

True. I'm in the latter group (ASP.NET Core, Service Fabric) so I'll probably just get hit by a lot more of these issues :(

> We are working on an MS Graph (AAD) provider for Bicep so you can create App registrations and other AAD objects, but don't have a clear ETA atm. >...

Does anyone know if it's possible to use Docker compose with [the new .NET SDK integration for building docker images without a Dockerfile](https://learn.microsoft.com/en-us/dotnet/core/docker/publish-as-container)? If this were possible with Docker Compose,...

I'm running into issues dynamically generating the `configuration_aliases` [for providers in modules](https://developer.hashicorp.com/terraform/language/providers/configuration#alias-multiple-provider-configurations). E.g., given the following `globals`: ```hcl globals "providers" "aws" { source = "hashicorp/aws" version = "~> 5.36.0" configuration_aliases...

I played around with this a little more and got quite close to what I would need by (mis)using `tm_merge` to loop within a `content`-block. However, any call to `tm_hcl_expression()`...

@mariux thank you for your quick response and the suggestion. unfortunately, this also doesn't work because it seems like `required_providers` may only declared once in terraform - I get this...

> The proposed solutions make sense and will be considered and I will share a draft proposal asap. This definitely is not critical as there are some workarounds so please...