Merge pull request #30281 from Mukesh05/patch-3

Terraform may be misled, not provider
This commit is contained in:
Laura Pacilio 2022-03-15 16:50:36 -04:00 committed by GitHub
commit 7c0cbaa407
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -44,10 +44,10 @@ Consequently, it supports all of the same options as
plan file, it doesn't allow selecting a planning mode other than "refresh only",
and `-auto-approve` is always enabled.
Automatically applying the effect of a refresh is risky, because if you have
misconfigured credentials for one or more providers then the provider may
Automatically applying the effect of a refresh is risky. If you have
misconfigured credentials for one or more providers, Terraform may
be misled into thinking that all of the managed objects have been deleted,
and thus remove all of the tracked objects without any confirmation prompt.
causing it to remove all of the tracked objects without any confirmation prompt.
Instead, we recommend using the following command in order to get the same
effect but with the opportunity to review the changes that Terraform has