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
3 Aws accounts
111111111111: Region A
222222222222: Region A and B
333333333333: Region A and B.
I would like to create a new app role in each region each account with Foreach + FindInMap + Condition.
cfn-lint shouldn't generate a uniq value when Pseudo Value is involved.
CloudFormation Lint Version
1.10.3
What operating system are you using?
Mac
Describe the bug
cnf-lint pick up a default value when using FindInMap combined with Pseudo Values
!Ref 'AWS::AccountId'
, which produce E3019.Expected behavior
3 Aws accounts
111111111111: Region A
222222222222: Region A and B
333333333333: Region A and B.
I would like to create a new app role in each region each account with Foreach + FindInMap + Condition.
cfn-lint shouldn't generate a uniq value when Pseudo Value is involved.
Reproduction template
The text was updated successfully, but these errors were encountered: