mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-23 15:12:56 -05:00
skip the size var
This commit is contained in:
parent
0c39299bad
commit
cfb13bb532
1 changed files with 3 additions and 0 deletions
|
|
@ -78,6 +78,9 @@ func getLabelMapForPartialKey(attrs map[string]string, partialKey string) map[st
|
|||
|
||||
var labelMap = map[string]string{}
|
||||
for _, id := range setIDs {
|
||||
if id == "#" {
|
||||
continue
|
||||
}
|
||||
prefix := partialKey + "." + id
|
||||
labelMap[attrs[prefix+".label"]] = attrs[prefix+".value"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue