mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-30 16:03:37 -04:00
Merge pull request #31008 from hashicorp/custom-conditions-typo
Fix custom conditions Markdown typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user