Skip to content

Commit

Permalink
Add tags
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Nov 18, 2024
1 parent 6ccc753 commit b2a04c3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions db/shared-apps-aurora-mysql/global-database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 7 additions & 0 deletions db/shared-apps-aurora-pg/global-database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b2a04c3

Please sign in to comment.