4.12.0
This commit is contained in:
@@ -48,6 +48,7 @@ func flattenRgAcl(rgACLs rg.ListACL) []map[string]interface{} {
|
||||
res := make([]map[string]interface{}, 0, len(rgACLs))
|
||||
for _, acl := range rgACLs {
|
||||
temp := map[string]interface{}{
|
||||
"email": acl.Email,
|
||||
"explicit": acl.Explicit,
|
||||
"guid": acl.GUID,
|
||||
"right": acl.Right,
|
||||
|
||||
Reference in New Issue
Block a user