HCL typo fix

This commit is contained in:
Konstantin Gribov
2017-06-23 20:40:50 +03:00
committed by GitHub
parent c7d670fec0
commit 452a4d6745

View File

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