Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Terraform
Commits
7c0cbaa4
Unverified
Commit
7c0cbaa4
authored
3 years ago
by
Laura Pacilio
Committed by
GitHub
3 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #30281 from Mukesh05/patch-3
Terraform may be misled, not provider
parents
50d49d0b
53e3f044
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
website/docs/cli/commands/refresh.mdx
+3
-3
website/docs/cli/commands/refresh.mdx
with
3 additions
and
3 deletions
+3
-3
website/docs/cli/commands/refresh.mdx
+
3
-
3
View file @
7c0cbaa4
...
...
@@ -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 i
f you have
misconfigured credentials for one or more providers
then the provider
may
Automatically applying the effect of a refresh is risky
. I
f 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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment