mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #44 from darron/patch-1
Fix what needs to be on the command line.
This commit is contained in:
commit
f360e9d3ae
@ -170,10 +170,10 @@ what it is managing. This file must be saved and distributed
|
|||||||
to anyone who might run Terraform. We recommend simply putting it
|
to anyone who might run Terraform. We recommend simply putting it
|
||||||
into version control, since it generally isn't too large.
|
into version control, since it generally isn't too large.
|
||||||
|
|
||||||
You can inspect the state using `terraform show`:
|
You can inspect the state using `terraform show terraform.tfstate`:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ terraform show
|
$ terraform show terraform.tfstate
|
||||||
aws_instance.example:
|
aws_instance.example:
|
||||||
id = i-e60900cd
|
id = i-e60900cd
|
||||||
ami = ami-408c7f28
|
ami = ami-408c7f28
|
||||||
|
Loading…
Reference in New Issue
Block a user