mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fixed typo
Fixed typo: cafeful/careful.
This commit is contained in:
parent
fc5f74a7d5
commit
299e0432bc
@ -257,7 +257,7 @@ $ export TF_VAR_image_id=ami-abc123
|
|||||||
However, if a root module variable uses a [type constraint](#type-constraints)
|
However, if a root module variable uses a [type constraint](#type-constraints)
|
||||||
to require a complex value (list, set, map, object, or tuple), Terraform will
|
to require a complex value (list, set, map, object, or tuple), Terraform will
|
||||||
instead attempt to parse its value using the same syntax used within variable
|
instead attempt to parse its value using the same syntax used within variable
|
||||||
definitions files, which requires cafeful attention to the string escaping rules
|
definitions files, which requires careful attention to the string escaping rules
|
||||||
in your shell:
|
in your shell:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user