Cette page n'est pas encore disponible en français, sa traduction est en cours. Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.
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.