-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sweepers/aws_evidently_project #27198
sweepers/aws_evidently_project #27198
Conversation
Community NoteVoting for Prioritization
For Submitters
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀.
% make sweep SWEEPARGS=-sweep-run=aws_evidently_project
# make sweep SWEEPARGS=-sweep-run=aws_example_thing
# set SWEEPARGS=-sweep-allow-failures to continue after first failure
WARNING: This will destroy infrastructure. Use only in development accounts.
go test ./internal/sweep -v -tags=sweep -sweep=us-west-2,us-east-1,us-east-2 -sweep-run=aws_evidently_project -timeout 60m
2022/10/13 08:51:50 [DEBUG] Running Sweepers for region (us-west-2):
2022/10/13 08:51:50 [DEBUG] Running Sweeper (aws_evidently_project) in region (us-west-2)
2022/10/13 08:51:50 [INFO] Retrieved credentials from "EnvConfigCredentials"
2022/10/13 08:51:50 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2022/10/13 08:51:51 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2022/10/13 08:51:52 [DEBUG] Completed Sweeper (aws_evidently_project) in region (us-west-2) in 2.018240832s
2022/10/13 08:51:52 Completed Sweepers for region (us-west-2) in 2.018500558s
2022/10/13 08:51:52 Sweeper Tests for region (us-west-2) ran successfully:
- aws_evidently_project
2022/10/13 08:51:52 [DEBUG] Running Sweepers for region (us-east-1):
2022/10/13 08:51:52 [DEBUG] Running Sweeper (aws_evidently_project) in region (us-east-1)
2022/10/13 08:51:52 [INFO] Retrieved credentials from "EnvConfigCredentials"
2022/10/13 08:51:52 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2022/10/13 08:51:52 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2022/10/13 08:51:53 [DEBUG] Completed Sweeper (aws_evidently_project) in region (us-east-1) in 781.753142ms
2022/10/13 08:51:53 Completed Sweepers for region (us-east-1) in 781.843262ms
2022/10/13 08:51:53 Sweeper Tests for region (us-east-1) ran successfully:
- aws_evidently_project
2022/10/13 08:51:53 [DEBUG] Running Sweepers for region (us-east-2):
2022/10/13 08:51:53 [DEBUG] Running Sweeper (aws_evidently_project) in region (us-east-2)
2022/10/13 08:51:53 [INFO] Retrieved credentials from "EnvConfigCredentials"
2022/10/13 08:51:53 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2022/10/13 08:51:53 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2022/10/13 08:51:54 [DEBUG] Completed Sweeper (aws_evidently_project) in region (us-east-2) in 1.114187574s
2022/10/13 08:51:54 Completed Sweepers for region (us-east-2) in 1.114239137s
2022/10/13 08:51:54 Sweeper Tests for region (us-east-2) ran successfully:
- aws_evidently_project
ok github.com/hashicorp/terraform-provider-aws/internal/sweep 7.666s
@GlennChia Thanks for the contribution 🎉 👏. |
This functionality has been released in v4.35.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
Sweepers for Evidently Project.
Relations
Relates #22624
References
Output from Acceptance Testing