8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_mapping_ref_map_key
1 parent cdf98ff commit 4ca599eCopy full SHA for 4ca599e
tests/aws/templates/mappings/mapping-ref-map-key.yaml
@@ -3,6 +3,28 @@ Mappings:
3
us-east-1:
4
A: "true"
5
B: "false"
6
+ us-east-2:
7
+ A: "true"
8
+ B: "false"
9
+ us-west-1:
10
11
12
+ us-west-2:
13
14
15
+ ap-southeast-2:
16
17
18
+ ap-northeast-1:
19
20
21
+ eu-central-1:
22
23
24
+ eu-west-1:
25
26
27
+
28
Conditions:
29
MyCondition: !Equals
30
- !FindInMap [ !Ref MapName, !Ref AWS::Region, !Ref MapKey]
@@ -32,4 +54,3 @@ Outputs:
32
54
TopicArn:
33
55
Value: !Ref MyTopic
34
56
Condition: MyCondition
35
-
0 commit comments