mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Quote differently so render works
This commit is contained in:
parent
8a34c33ad3
commit
22ae5cf52d
@ -41,7 +41,7 @@ the output from other commands, such as:
|
||||
|
||||
* `aws_instance.foo`
|
||||
* `aws_instance.bar[1]`
|
||||
* `aws_instance.baz[\"key\"]` (quotes in resource addresses must be escaped on the command line, so that they are not interpreted by your shell)
|
||||
* `aws_instance.baz``[\"key\"]` (quotes in resource addresses must be escaped on the command line, so that they are not interpreted by your shell)
|
||||
* `module.foo.module.bar.aws_instance.qux`
|
||||
|
||||
The command-line flags are all optional. The list of available flags are:
|
||||
|
Loading…
Reference in New Issue
Block a user