We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d19a8f6 + 83cc9e3 commit 045b803Copy full SHA for 045b803
internal/service/iam/sweep.go
@@ -59,6 +59,7 @@ func RegisterSweepers() {
59
Dependencies: []string{
60
"aws_auditmanager_assessment",
61
"aws_batch_compute_environment",
62
+ "aws_bedrockagent_agent",
63
"aws_cloudformation_stack_set_instance",
64
"aws_cognito_user_pool",
65
"aws_config_configuration_aggregator",
@@ -661,6 +662,7 @@ func roleNameFilter(name string) bool {
661
662
// exhaustive list.
663
prefixes := []string{
664
"another_rds",
665
+ "AmazonBedrockExecutionRoleForAgents", // Required role name prefix
666
"AmazonComprehendServiceRole-",
667
"aws_batch_service_role",
668
"aws_elastictranscoder_pipeline_tf_test",
0 commit comments