commit
8f98a79cf1
|
@ -8,7 +8,7 @@ sidebar_current: "docs-commands-refresh"
|
||||||
|
|
||||||
The `terraform refresh` command is used to reconcile the state Terraform
|
The `terraform refresh` command is used to reconcile the state Terraform
|
||||||
knows about (via its state file) with the real-world infrastructure.
|
knows about (via its state file) with the real-world infrastructure.
|
||||||
The can be used to detect any drift from the last-known state, and to
|
This can be used to detect any drift from the last-known state, and to
|
||||||
update the state file.
|
update the state file.
|
||||||
|
|
||||||
This does not modify infrastructure, but does modify the state file.
|
This does not modify infrastructure, but does modify the state file.
|
||||||
|
|
Loading…
Reference in New Issue