Tim Leguijt
Tim Leguijt
Tested version: 14.0.0b12 **Problem** commercetools SDK raises an Exception (no CommercetoolsError) because it cannot parse an error response from commercetools; `Could not parse error response` This is due to a...
There actually was a bug in the 1.x version where for the `null_resource.commercetools` the dependencies were generated using; ```jinja {% for store in stores %} commercetools_store.{{ store.key }}, {% endfor...
TODO/challenges: - [ ] `for_each` support for resources. Possible solution: [Escape Hatch](https://github.com/hashicorp/terraform-cdk/blob/main/docs/working-with-cdk-for-terraform/escape-hatch.md) - [ ] Conflicting resource names, altho resource types are different: `There is already a Construct with name...
If a certain commit is tagged, show the git tag next to the commit hash. Ideally you'd want to work with tags in your component versioning. Output could be something...
Related to the following PR: https://github.com/labd/mach-composer/pull/57 MACH sets resource tags by default (at least; in Azure for now). It should be possible to either extend or overwrite them in MACH...
This could be useful for example to add extra custom Terraform providers. For example with an `terraform_extension_template: tf-tmpl.tf` option in the MACH config.
At the moment, files that are included (with either `!include` or `${include(..)}`) are not automatically decrypted with SOPS. Just as with variable files, it would be useful if MACH would...
MACH should support variables in the configuration to support the following use-cases: - Use CI secrets in your configuration - Use 1 configuration file which can be used over various...