File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ class ApplyRemovalPolicyAspect implements IAspect {
6161 'AWS::EC2::SecurityGroupEgress' ,
6262 'AWS::EC2::SecurityGroupIngress' ,
6363 'AWS::SecretsManager::Secret' ,
64+ 'AWS::SecretsManager::SecretTargetAttachment' ,
6465 ] ;
6566
6667 const destroyedTypes = [
@@ -71,7 +72,6 @@ class ApplyRemovalPolicyAspect implements IAspect {
7172 'AWS::IAM::Policy' ,
7273 'AWS::SecretsManager::ResourcePolicy' ,
7374 'AWS::SecretsManager::RotationSchedule' ,
74- 'AWS::SecretsManager::SecretTargetAttachment' ,
7575 'AWS::SSM::Parameter' ,
7676 'AWS::Logs::LogGroup' ,
7777 ] ;
Original file line number Diff line number Diff line change @@ -499,7 +499,6 @@ describe('Aurora', () => {
499499 'AWS::Lambda::Function' ,
500500 'AWS::IAM::Role' ,
501501 'AWS::IAM::Policy' ,
502- 'AWS::SecretsManager::SecretTargetAttachment' ,
503502 'AWS::SecretsManager::RotationSchedule' ,
504503 ] ;
505504
You can’t perform that action at this time.
0 commit comments