diff --git a/db/shared-apps-aurora-mysql/global-database.yml b/db/shared-apps-aurora-mysql/global-database.yml index 87e9c3679..3b33c6f81 100644 --- a/db/shared-apps-aurora-mysql/global-database.yml +++ b/db/shared-apps-aurora-mysql/global-database.yml @@ -23,6 +23,13 @@ Resources: Properties: DeletionProtection: true SourceDBClusterIdentifier: !Ref GlobalClusterSourceDBClusterIdentifier + Tags: + - { Key: Name, Value: !Sub "${AWS::StackName}_shared-mysql-aurora" } + - { Key: prx:meta:tagging-version, Value: "2021-04-07" } + - { Key: prx:cloudformation:stack-name, Value: !Ref AWS::StackName } + - { Key: prx:cloudformation:stack-id, Value: !Ref AWS::StackId } + # - { Key: prx:ops:environment, Value: !Ref EnvironmentType } + - { Key: prx:dev:application, Value: Common } Outputs: GlobalClusterIdentifier: diff --git a/db/shared-apps-aurora-pg/global-database.yml b/db/shared-apps-aurora-pg/global-database.yml index 856dd4744..1d32b4249 100644 --- a/db/shared-apps-aurora-pg/global-database.yml +++ b/db/shared-apps-aurora-pg/global-database.yml @@ -23,6 +23,13 @@ Resources: Properties: DeletionProtection: true SourceDBClusterIdentifier: !Ref GlobalClusterSourceDBClusterIdentifier + Tags: + - { Key: Name, Value: !Sub "${AWS::StackName}_shared-pg-aurora" } + - { Key: prx:meta:tagging-version, Value: "2021-04-07" } + - { Key: prx:cloudformation:stack-name, Value: !Ref AWS::StackName } + - { Key: prx:cloudformation:stack-id, Value: !Ref AWS::StackId } + # - { Key: prx:ops:environment, Value: !Ref EnvironmentType } + - { Key: prx:dev:application, Value: Common } Outputs: GlobalClusterIdentifier: