Update website/docs/cli/commands/apply.mdx

Co-authored-by: Nick Fagerlund <nick.fagerlund@gmail.com>
This commit is contained in:
Laura Pacilio 2022-06-27 15:22:26 -04:00 committed by GitHub
parent 352c55bf0b
commit 08a14994d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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