We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
The sort behavior used by scaleway_image is ascending. If we want to select the most recent image this sort has to be descending.
scaleway_image
Terraform v0.11.13
data "scaleway_image" "debian" { architecture = "x86_64" name = "scw-node-v1-2019-03-23" most_recent = "true" }
Return most recent image if multiple exist
Return the first image created
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there,
The sort behavior used by
scaleway_image
is ascending. If we want to select the most recent image this sort has to be descending.Terraform Version
Terraform v0.11.13
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Return most recent image if multiple exist
Actual Behavior
Return the first image created
The text was updated successfully, but these errors were encountered: