Ensure All Singular Data Sources Return Errors on Zero Results #13410
Labels
breaking-change
Introduces a breaking change in current functionality; usually deferred to the next major release.
technical-debt
Addresses areas of the codebase that need refactoring or redesign.
Milestone
Community Note
Description
For consistency, all Terraform AWS Provider data sources that are expected to return a single result should error if that result is not found. Terraform can have undefined behaviors when this condition occurs and many practitioners now expect these errors.
References
The text was updated successfully, but these errors were encountered: