mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Migrating links to new format
This commit is contained in:
@@ -17,19 +17,19 @@ Terraform CLI includes some commands for inspecting or transforming this data.
|
||||
You can use these to integrate other tools with Terraform's infrastructure data,
|
||||
or just to gain a deeper or more holistic understanding of your infrastructure.
|
||||
|
||||
- [The `terraform graph` command](/cli/commands/graph) creates a visual
|
||||
- [The `terraform graph` command](/terraform/cli/commands/graph) creates a visual
|
||||
representation of a configuration or a set of planned changes.
|
||||
- [The `terraform output` command](/cli/commands/output) can get the
|
||||
values for the top-level [output values](/language/values/outputs) of
|
||||
- [The `terraform output` command](/terraform/cli/commands/output) can get the
|
||||
values for the top-level [output values](/terraform/language/values/outputs) of
|
||||
a configuration, which are often helpful when making use of the infrastructure
|
||||
Terraform has provisioned.
|
||||
- [The `terraform show` command](/cli/commands/show) can generate
|
||||
- [The `terraform show` command](/terraform/cli/commands/show) can generate
|
||||
human-readable versions of a state file or plan file, or generate
|
||||
machine-readable versions that can be integrated with other tools.
|
||||
- [The `terraform state list` command](/cli/commands/state/list) can list
|
||||
- [The `terraform state list` command](/terraform/cli/commands/state/list) can list
|
||||
the resources being managed by the current working directory and workspace,
|
||||
providing a complete or filtered list.
|
||||
- [The `terraform state show` command](/cli/commands/state/show) can print
|
||||
- [The `terraform state show` command](/terraform/cli/commands/state/show) can print
|
||||
all of the attributes of a given resource being managed by the current working
|
||||
directory and workspace, including generated read-only attributes like the
|
||||
unique ID assigned by the cloud provider.
|
||||
|
||||
Reference in New Issue
Block a user