You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parameter owners in Source OMI filters stands for Account alias but not account ID like it is said in the documentation.
Reproduction Steps
I tried to get the source image lin my packer template like this : source_omi_filter { filters = { image-name = "RockyLinux-8-2022.01.18-0" } owners = ["123456789125"] }
Overview of the Issue
The parameter
owners
in Source OMI filters stands forAccount alias
but notaccount ID
like it is said in the documentation.Reproduction Steps
I tried to get the source image lin my packer template like this :
source_omi_filter { filters = { image-name = "RockyLinux-8-2022.01.18-0" } owners = ["123456789125"] }
It doesn't find the image.
But when I tried this :
source_omi_filter { filters = { image-name = "RockyLinux-8-2022.01.18-0" } owners = ["Outscale"] }
It works.
Plugin and Packer version
From
1.1.1
Simplified Packer Buildfile
Github detailed
format
Operating system and Environment details
Rocky9.1, x86_64
The text was updated successfully, but these errors were encountered: