aws_codebuild_report_group
needs time to delete previously generated reports, fails terraform apply
#17290
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/codebuild
Issues and PRs that pertain to the codebuild service.
Milestone
Community Note
Terraform CLI and Terraform AWS Provider Version
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Debug Output
Panic Output
N/A
Expected Behavior
Terraform should poll/wait for reports to be deleted and the report group to be deleted before moving forward in the lifecycle.
Actual Behavior
Terraform fails to delete the report group immediately because existing reports are still being deleted, and then the
terraform apply
fails.. if I wait a minute for AWS to clean up the reports/report-group then re-run the apply, it succeeds.Steps to Reproduce
terraform apply
tests
->tests2
terraform apply
Important Factoids
N/A
References
N/A
The text was updated successfully, but these errors were encountered: