Christian Weiss

Results 24 issues of Christian Weiss

**Is your feature request related to a problem? Please describe.** In many of my stacks, I'm calling just one Terraform module with some of the values coming from Terramate globals....

enhancement

**Is your feature request related to a problem? Please describe.** When editing Terramate-files in VS Code I always have to manually run "terraform fmt" to ensure my files are formatted...

enhancement

It would be great if we could set the provider flag `enable_hcl_output_for_data_source` via an environment variable. This would make it more consistent with other fields like `skip_provider_registration`, which can be...

enhancement

When trying to upgrade from v1.14.0 to v2.0.1 we are having an issue with our `Microsoft.Network/routeTables/routes`-resource. Our code with v1.14.0 was: ```terraform resource "azapi_resource" "hub_gateway_route" { for_each = { for...

bug