-
Notifications
You must be signed in to change notification settings - Fork 611
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needednew ruleNew ruleNew rule
Description
Got the following mapping:
Mappings:
CertificateMap:
us-east-1:
Arn: arn:aws:acm:us-east-1:<account>:certificate/<id>
Resources
AppAlbListener:
Type: AWS::ElasticLoadBalancingV2::Listener
Properties:
# ...
Certificates:
- CertificateArn:
Fn::FindInMap: [CertificateMap, !Ref 'AWS::Region', id]
As you can see, Fn::FindInMap
is referencing the id
key instead of Arn
. We should add a rule to fail in such a scenario.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needednew ruleNew ruleNew rule