mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fix broken sentence regarding computed values
This commit is contained in:
parent
64c73b93ef
commit
3cd6b29a76
@ -134,8 +134,8 @@ syntax error in the configuration.
|
||||
The output format is similar to the diff format generated by tools
|
||||
such as Git. The output has a "+" next to "aws\_instance.example",
|
||||
meaning that Terraform will create this resource. Beneath that,
|
||||
it shows the attributes that will be set. When the value it is
|
||||
going to is `<computed>`, it means that the value won't be known
|
||||
it shows the attributes that will be set. When the value displayed
|
||||
is `<computed>`, it means that the value won't be known
|
||||
until the resource is created.
|
||||
|
||||
## Apply
|
||||
|
Loading…
Reference in New Issue
Block a user