RB
RB
@ShradhaKhard you can do this now, set `--enable-regexp-cmd` on atlantis, and use a regular expression to filter. ```sh atlantis plan -p .*(dev|prod).* ```
This may be a duplicate of https://github.com/runatlantis/atlantis/issues/686 and https://github.com/runatlantis/atlantis/issues/2757. Closing for now to consolidate discussion in 686
I ran into this bug today and it wreaked some havoc on our system. Basically if there were multiple keys, if one of the keys matched, it would deactivate all...
Apologies, I should have included an annonymized secret with a full reproduction. I forget the exact secret that caused this. Please feel free to close and if I or someone...
Maybe try an earlier version ``` $ go version go version go1.18 $ go install github.com/keilerkonzept/[email protected] $ which terraform-module-versions /Users/user/go/bin/terraform-module-versions ```
This is the build issue in all the [recent builds](https://github.com/keilerkonzept/terraform-module-versions/actions/runs/4926490774/jobs/8802117484) ``` go: finding github.com/xanzy/ssh-agent v0.3.0 build github.com/keilerkonzept/terraform-module-versions: cannot load cloud.google.com/go/compute/metadata: ambiguous import: found cloud.google.com/go/compute/metadata in multiple modules: cloud.google.com/go v0.74.0 (/go/pkg/mod/cloud.google.com/[email protected]/compute/metadata)...
Hi @sgreben, happy to see you're back. I cannot take credit for tfvc. Just happened to find it when searching for an alternative. You may want to ping @ryan-jan 😄
/test all
@vzaitsev77 @apanzerj @jamengual while we come up with an implementation that works for everyone, have you tried overriding the `zone_id` or `zone_name` suggested above? https://github.com/cloudposse/terraform-aws-acm-request-certificate/issues/62#issuecomment-1276633519
For now, I've set `0.17.0` as a pre-release until we can validate that `zone_id` or `zone_name` can be overridden without reverting the PR or introducing breaking changes. e.g. ```hcl module...