Skip to content
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

CDKTF-CLI: Options order during apply #3667

Open
1 task done
rtrompier opened this issue Jul 10, 2024 · 0 comments
Open
1 task done

CDKTF-CLI: Options order during apply #3667

rtrompier opened this issue Jul 10, 2024 · 0 comments
Labels
enhancement New feature or request new Un-triaged issue

Comments

@rtrompier
Copy link

Description

The Approve choice should not be the first choice when running a deploy action.
In Terraform, when running an Apply, you must type yes to apply changes. This means the change will be canceled if you press enter accidentally. Here, with CDKTF, it will be applied, which can be very dangerous.

image

If you agree, I think we need to change the choice order here.
I'll be happy to make a PR to improve it.

References

No response

Help Wanted

  • I'm interested in contributing a fix myself

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment
@rtrompier rtrompier added enhancement New feature or request new Un-triaged issue labels Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new Un-triaged issue
Projects
None yet
Development

No branches or pull requests

1 participant