Norman
Norman
@yorinasub17 Any news on nested includes? We are evaluating Terragrunt to get our Terraform code DRY and when experimenting with different layouts, I always bumped against the restriction of not...
Is there still work going on regarding the helm release?
@hessjcg are you still interested in putting this together?
In any case please keep the functionality of [atlantis_extra_dependencies](https://github.com/transcend-io/terragrunt-atlantis-config?tab=readme-ov-file#extra-dependencies). We rely heavily on them.
I like the proposal in #785. Especially since this could avoid having to start a run for each state that needs to be unlocked. (I don't know how atlantis implements...
Nice to see progress on this! Thanks a lot. One idea, that for sure exceeds this use case, how to implement this (and much more) would be to run OPA...
I am seeing the same error when trying to update FluxCD `HelmRelease` CR from `v1beta2` to `v2` for which the changelog specifies: > Deprecated fields have been removed from the...
@adrianludwin Thanks for explaining the rationale behind this design approach. You are right, our usecase would be a cluster where users can't manually modify namespaces. All namespace changes have to...
I am having the same issue on MacOS with ZSH 5.9 and powerlevle10k latest
I am encountering the same problem. My values file: ```yaml redisOperator: name: redis-operator webhook: true issuer: create: false kind: ClusterIssuer name: letsencrypt certificate: secretName: webhook-server-cert-letsencrypt certmanager: enabled: true apiVersion: "cert-manager.io/v1"...