mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-30 10:47:14 -06:00
Merge pull request #29107 from hashicorp/link_to_refresh_tutorial
Link refresh tutorial from plan and refresh docs pages
This commit is contained in:
commit
d0d9ee1e62
@ -124,6 +124,8 @@ earlier versions you must run [`terraform destroy`](./destroy.html).
|
|||||||
-> **Note:** The `-refresh-only` option is available only in Terraform v0.15.4
|
-> **Note:** The `-refresh-only` option is available only in Terraform v0.15.4
|
||||||
and later.
|
and later.
|
||||||
|
|
||||||
|
> **Hands-on:** Try the [Use Refresh-Only Mode to Sync Terraform State](https://learn.hashicorp.com/tutorials/terraform/refresh) tutorial on HashiCorp Learn.
|
||||||
|
|
||||||
## Planning Options
|
## Planning Options
|
||||||
|
|
||||||
In addition to the planning _modes_ described above, there are also several
|
In addition to the planning _modes_ described above, there are also several
|
||||||
|
@ -9,6 +9,8 @@ description: |-
|
|||||||
|
|
||||||
# Command: refresh
|
# Command: refresh
|
||||||
|
|
||||||
|
> **Hands-on:** Try the [Use Refresh-Only Mode to Sync Terraform State](https://learn.hashicorp.com/tutorials/terraform/refresh) tutorial on HashiCorp Learn.
|
||||||
|
|
||||||
The `terraform refresh` command reads the current settings from all managed
|
The `terraform refresh` command reads the current settings from all managed
|
||||||
remote objects and updates the Terraform state to match.
|
remote objects and updates the Terraform state to match.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user