Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source OMI filters #151

Closed
Dzibeul opened this issue Jul 18, 2023 · 2 comments
Closed

Source OMI filters #151

Dzibeul opened this issue Jul 18, 2023 · 2 comments
Labels

Comments

@Dzibeul
Copy link

Dzibeul commented Jul 18, 2023

Overview of the Issue

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"] }

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

@Dzibeul Dzibeul added the bug label Jul 18, 2023
@outscale-toa
Copy link
Member

Hi @Dzibeul,
Thanks for reaching us, we are looking at your issue

Best regards,

@Dzibeul
Copy link
Author

Dzibeul commented Jul 19, 2023

My bad, I installed the wrong version of packer (386 instead of AMD64)

@Dzibeul Dzibeul closed this as completed Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants