Norman

Results 82 comments of Norman

@yhakbar thanks for the kind words. I did not nest `encryption` in the config block, because it seemed to me this would make it necessary to split the `config`, to...

Sorry, I think I was not clear enough. We don't need to have two different `terraform` blocks, but two different blocks inside `terraform`. > Can you confirm that the configuration...

@yhakbar , could you take a look at this again? I would love to wrap it up.

@yhakbar Thank you for the detailed feedback, this helped a lot. I incorporated all requested changes. For the integration tests to work, you would have to create a GCP and...

Thanks again for the feedback. I updated the PR. Unfortunately I cannot get AWS KMS to work. I added the [key](https://github.com/gruntwork-io/terragrunt/blob/4b3d12f7405977f5f6bb467441e0fa0f686e8a92/test/fixtures/sops-kms/secrets.yaml#L13) you mentioned but get this error: ```log === NAME...

I was on holiday myself, so no worries. The last 3 tests are fixed now. Thanks for your ongoing support and patience!

@yhakbar thanks again for the review. I fixed the unit test, but have a hard time with `TestReadTerragruntConfigFull`. I don't understand, why the content of the `config` block gets read...

I just fixed the tests, by setting the assertion to "encryption": nil, . I think in the long run it would be a good idea to upgrade the fixtures to...

also covered here: https://github.com/actions/actions-runner-controller/pull/3645. no reaction from the maintainers for months...

I tried getting things to work with `OTEL_EXPORTER_OTLP_HEADERS` by adding ```yaml main-snippet: env OTEL_EXPORTER_OTLP_HEADERS; ``` to the ConfigMap and setting the env variable accordingly, like [described in the docs](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md#specifying-headers-via-environment-variables) But...