resource/aws_codepipeline: TestAccAWSCodePipeline_deployWithServiceRole Test Failures #14810
Labels
good first issue
Call to action for new contributors looking for a place to start. Smaller or straightforward issues.
service/codepipeline
Issues and PRs that pertain to the codepipeline service.
service/iam
Issues and PRs that pertain to the iam 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
After some recent Terraform 0.12 syntax upgrades in test configurations, the following test is now consistently failing:
Implementing string interpolation around the
aws_iam_role.codepipeline_action_role.arn
("${aws_iam_role.codepipeline_action_role.arn}"
) should fix the testing and allow it pass as it did previously.Affected Resources
Affected Tests
References
The text was updated successfully, but these errors were encountered: