mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fix custom conditions Markdown typo
This commit is contained in:
parent
59c4bc4057
commit
b0f837e1f3
@ -255,7 +255,8 @@ You can also use `can` with attribute access or index operators to test whether
|
||||
|
||||
```hcl
|
||||
# var.example must have an attribute named "foo"
|
||||
condition = can(var.example.foo) ```
|
||||
condition = can(var.example.foo)
|
||||
```
|
||||
|
||||
```hcl
|
||||
# var.example must be a sequence with at least one element
|
||||
|
Loading…
Reference in New Issue
Block a user