resource/aws_cloudfront_distribution: TestAccAWSCloudFrontDistribution_OriginGroups Test Failures #14809
Labels
service/cloudfront
Issues and PRs that pertain to the cloudfront service.
technical-debt
Addresses areas of the codebase that need refactoring or redesign.
tests
PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Milestone
Community Note
Description
Likely due to the upgrade to Terraform Plugin SDK version 2, the following test is now consistently failing:
It might be clearer to see what is potentially happening here by looking at the test code itself:
Version 2 of the SDK no longer supports those nested attribute hashes at all. Removing those lines with the specific status codes and/or creating a separate lookup (untested example below) may work.
Affected Resources
Affected Tests
References
The text was updated successfully, but these errors were encountered: