This page is not yet available in Spanish. We are working on its translation. If you have any questions or feedback about our current translation project, feel free to reach out to us!
Metadata
ID:terraform-aws/ami-missing-owners
Language: Terraform
Severity: Error
Category: Security
Description
This error is caused when most_recent is set to true and there is no owner attribute set or no owner or image filters. With this configuration, a third party may introduce a new image which will be returned by this data source, leading to unexpected changes.
Consider adding a owner attribute, or filtering by owner-alias, owner-id, or image-id to avoid this possibility.