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
Note: removing the Transform: 'AWS::LanguageExtensions' will make the stack fail with:
An error occurred (ValidationError) when calling the CreateChangeSet operation: Template error: every Fn::GetAtt object requires two non-empty parameters, the resource name and the resource attribute
CloudFormation Lint Version
cfn-lint 1.18.4
What operating system are you using?
MacOs 14.7.1
Describe the bug
The following produces E1010:
Even simpler version that fails the validation:
This works correctly when deployed to CF.
Expected behavior
Validation passes with no issues reported
Reproduction template
The simplest repro I could find:
Note: removing the
Transform: 'AWS::LanguageExtensions'
will make the stack fail with:The original problem:
Inputs:
"a-1,a-2,b-1,b-2"
The text was updated successfully, but these errors were encountered: