From 901fccddf46018c18e6576a19bbc192ec43d75d4 Mon Sep 17 00:00:00 2001 From: ptkgithub Date: Tue, 19 May 2020 20:19:36 -0400 Subject: [PATCH] The identifier SecretTargetAttachment was missing Hi, Craig I am enjoying your course 'CloudFormation Deep Dive' on LA. I noticed a small typo... The identifier SecretTargetAttachment was missing. --- 6-9 SecretsManager/secrets.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/6-9 SecretsManager/secrets.yaml b/6-9 SecretsManager/secrets.yaml index 394a9f2..4a55177 100644 --- a/6-9 SecretsManager/secrets.yaml +++ b/6-9 SecretsManager/secrets.yaml @@ -33,6 +33,7 @@ Resources: # Update the referenced secret with properties of the RDS database. # This is required to enable rotation. + SecretRDSInstanceAttachment: Type: AWS::SecretsManager::SecretTargetAttachment Properties: SecretId: !Ref MyRDSInstanceRotationSecret