Skip to content

Commit

Permalink
Add Name tag
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Jul 24, 2024
1 parent 505ec7e commit 617fcde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ftp-connection-check/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Resources:
InsufficientDataHealthStatus: Unhealthy
Type: CLOUDWATCH_METRIC
HealthCheckTags:
# - { Key: Name, Value: !Sub "delivery_prod_us-east-1_synthetic_from-${AWS::Region}" }
- { Key: Name, Value: !Join ["", ["delivery_prod_from-", !Ref AWS::Region, "_targeting-", !Select [2, !Split [".", !Ref FtpServerHostname]]]] }
- { 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 }
Expand Down

0 comments on commit 617fcde

Please sign in to comment.