We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccaef24 commit cd27512Copy full SHA for cd27512
README.md
@@ -13,8 +13,13 @@ Inspect what is currently in the TF state (useful after an apply)
13
$ terraform show
14
```
15
16
-
17
Set the log to DEBUG level and save the log in an output external file
18
19
$ TF_LOG_PATH=mylogfile.txt TF_LOG=debug terraform apply
20
+
21
+Refresh information. Compare the current real remote information and put it in the TF state
22
23
+```
24
+$ terraform refresh
25
0 commit comments