Skip to content

Commit cd27512

Browse files
authored
Update README.md
1 parent ccaef24 commit cd27512

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,13 @@ Inspect what is currently in the TF state (useful after an apply)
1313
$ terraform show
1414
```
1515

16-
1716
Set the log to DEBUG level and save the log in an output external file
1817
```
1918
$ TF_LOG_PATH=mylogfile.txt TF_LOG=debug terraform apply
2019
```
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

Comments
 (0)