Merge pull request #2733 from grossws/patch-1

HCL typo fix
This commit is contained in:
Alex Dadgar 2017-06-23 11:36:42 -07:00 committed by GitHub
commit 0a85733f7e

View file

@ -133,7 +133,7 @@ constraint {
```hcl
constraint {
operator = "distinct_property"
attribute = "${meta.rack"}
attribute = "${meta.rack}"
}
```