You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- {
87 # This is where we keep the complex things we want inserted into the Fn::Sub literal block
88 # You can even use Fn::If statements in this section
E 89 LocalFindInMapVarUsername: !FindInMap [ EnvMap, !Ref EnvNameParam, UserToCreate ], ■ unacceptable node kind for !<!FindInMap> tag; it should be "scalar", not "sequence"
E 90 LocalFindInMapVarWebserver: !FindInMap [ EnvMap, !Ref EnvNameParam, WebServer ], ■■ unacceptable node kind for !<!FindInMap> tag; it should be "scalar", not "sequence"
E 91 LocalIfVar: !If [ ExampleConditionIfDev, 'This box is development', 'This box is testing' ] ■■■ missed comma between flow collection entries
92 }
93 Outputs:
The text was updated successfully, but these errors were encountered:
The schema appears to cause the below errors on https://github.com/awslabs/aws-cloudformation-templates/blob/master/aws/services/CloudFormation/FindInMap_Inside_Sub.yaml#L89-L91:
The text was updated successfully, but these errors were encountered: