RB
RB
Ah that's good to know. Thank you for closing the loop on that. Is this relevant for that ? https://cloud.google.com/iap/docs/authentication-howto#authenticating_from_proxy-authorization_header I wonder if other people in this thread are running...
If there is a Windows golang binary, it should work for Windows in my opinion, even if it's not recommended. If you can take a look at it @usoliveira ,...
@Dilergore that looks very cool. Could you show us how you inject the markdown?
Ah that makes sense. Interesting. So you write a python script with print statements to inject html into the output and save a python script on to the container? Then...
@cucxabong have you tried the new --silent* flags on the latest Atlantis version?
I believe this is now implemented with execution_order_group https://www.runatlantis.io/docs/repo-level-atlantis-yaml.html#order-of-planning-applying
See https://www.runatlantis.io/docs/repo-level-atlantis-yaml.html#order-of-planning-applying Example ```yaml version: 3 projects: - dir: project1 execution_order_group: 2 - dir: project2 execution_order_group: 1 ``` Please comment if this doesn't work for you.
@Mazorius There is no timeline. This project is based on community contributed PRs and it's been decided that we cannot merge #3428 without tests. If you'd like to contribute unit...
This is a related issue here https://github.com/runatlantis/atlantis/issues/193 And this is the workaround is here https://github.com/runatlantis/atlantis/issues/193#issuecomment-730614386 tldr here are the options 1. Use an `enabled = true` input var or local,...
I do not believe this will be supported via `atlantis destroy`. Please see the above workarounds to see if it works better for you. We should probably document this on...