mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Update website/docs/cli/commands/apply.mdx
Co-authored-by: Nick Fagerlund <nick.fagerlund@gmail.com>
This commit is contained in:
parent
352c55bf0b
commit
08a14994d1
@ -25,7 +25,7 @@ When you run `terraform apply` without arguments, Terraform automatically create
|
||||
|
||||
You can pass the `-auto-approve` option to instruct Terraform to apply the plan without asking for confirmation.
|
||||
|
||||
!> **Warning:** If you use `-auto-approve`, we recommend making sure that no one can change your infrastructure outside of your current workflow. This minimizes the risk of unpredictable changes and configuration drift.
|
||||
!> **Warning:** If you use `-auto-approve`, we recommend making sure that no one can change your infrastructure outside of your Terraform workflow. This minimizes the risk of unpredictable changes and configuration drift.
|
||||
|
||||
### Saved Plan Mode
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user