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

Always shows a deprecation warning #132

Open
mickaelperrin opened this issue Nov 17, 2023 · 0 comments
Open

Always shows a deprecation warning #132

mickaelperrin opened this issue Nov 17, 2023 · 0 comments

Comments

@mickaelperrin
Copy link

Hi,

If the env var SCALEWAY_ORGANIZATION is not set, we have the following deprecated message:

Deprecation warning: Use SCALEWAY_ORGANIZATION environment variable and organization_id argument instead of api_access_key argument and SCALEWAY_API_ACCESS_KEY environment variable

see: https://github.com/scaleway/packer-plugin-scaleway/blame/0b46fa2c9931908d98549d24c2ec73c1c7a206a8/builder/scaleway/config.go#L178

If the env var SCALEWAY_ORGANIZATION is set, we have the following deprecated message:

organization_id is deprecated in favor of project_id

see: https://github.com/scaleway/packer-plugin-scaleway/blame/0b46fa2c9931908d98549d24c2ec73c1c7a206a8/builder/scaleway/config.go#L183

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant