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

Restore auto-approve flag in the output of apply -help command #17673

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions command/apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ Options:
modifying. Defaults to the "-state-out" path with
".backup" extension. Set to "-" to disable backup.

-auto-approve Skip interactive approval of plan before applying.

-lock=true Lock the state file when locking is supported.

-lock-timeout=0s Duration to retry a state lock.
Expand Down