-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plan steps run with -lock=false #3844
Comments
But you can just pass that to the terragrunt command on the same run line. |
@jamengual thank you for your reply! do you mean like
It will recognize as terragrunt parameter, isn't it? With any other command it will work the same? |
yes like that but I do not use terragrunt so maybe the order of the flag is
important?
…On Wed, Oct 11, 2023 at 10:46 AM Eugene Storchevoy ***@***.***> wrote:
@jamengual <https://github.com/jamengual> thank you for your reply! do
you mean like
workflows: wf1: plan: steps: - run: terragrunt run-all plan -lock=false
It will recognize as terragrunt parameter, isn't it? With any other
command it will work the same?
—
Reply to this email directly, view it on GitHub
<#3844 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQ3ERH6SGKEDWHVD7OMCV3X63LORANCNFSM6AAAAAA534CILM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Thanks @jamengual !
Where I need to put lock parameter? |
run command is basically running a one-liner on a shell. |
@jamengual could you provide any example, please? |
|
just tried
kinda the same with help. So back to the core of issue - I would to run custom command and if it's run successfully - make ability to not add the lock to the atlantis. |
you are confusing TF locks with atlantis locks, those are 2 different things. |
Community Note
Describe the user story
I would like to have the opportunity to not lock after successful plan with custom run, for example:
Currently extra_args: ["-lock=false"] is only possible for steps init/plan, but not run.
Describe the solution you'd like
Describe the drawbacks of your solution
Describe alternatives you've considered
Any possible solution to make possible run custom plans without locks.
The text was updated successfully, but these errors were encountered: