Add State Learn tutorial to State docs
This commit is contained in:
parent
7b7273e3aa
commit
2f287b41de
|
@ -5,6 +5,8 @@ page_title: "Manipulating State - Terraform CLI"
|
||||||
|
|
||||||
# Manipulating Terraform State
|
# Manipulating Terraform State
|
||||||
|
|
||||||
|
> **Hands-on:** Try the [Manage Resources in Terraform State](https://learn.hashicorp.com/tutorials/terraform/state-cli?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS) tutorial on HashiCorp Learn.
|
||||||
|
|
||||||
Terraform uses [state data](/docs/language/state/index.html) to remember which
|
Terraform uses [state data](/docs/language/state/index.html) to remember which
|
||||||
real-world object corresponds to each resource in the configuration;
|
real-world object corresponds to each resource in the configuration;
|
||||||
this allows it to modify an existing object when its resource declaration
|
this allows it to modify an existing object when its resource declaration
|
||||||
|
|
Loading…
Reference in New Issue