mirror of https://github.com/hashicorp/packer
builder/amazon: AmiFilterOptions.GetOwners: avoid taking the address of a loop iterator var (#8417)
GetOwners() always returned a slice of pointers to the last value. Because slice ranging reuses the same local variable.pull/8433/head
parent
29d6c05ef8
commit
c31bbcf4cf
Loading…
Reference in new issue