acl: Updating for HCL changes

This commit is contained in:
Armon Dadgar 2014-08-18 11:36:16 -07:00
parent 8a0eeae269
commit 34e018e471
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ const (
// an ACL configuration.
type Policy struct {
ID string `hcl:"-"`
Keys []*KeyPolicy `hcl:"key"`
Keys []*KeyPolicy `hcl:"key,expand"`
}
// KeyPolicy represents a policy for a key