shalupov / idea-cloudformation

AWS CloudFormation plugin for IntelliJ-based IDEs (IntelliJ IDEA, RubyMine, WebStorm, PhpStorm, PyCharm, AppCode, Android Studio, DataGrip, CLion)
https://teamcity.jetbrains.com/viewType.html?buildTypeId=IdeaAwsCloudFormation_Master_Build&guest=1
Apache License 2.0
136 stars 27 forks source link

Cognito UserPool Attributes show error #121

Closed bamapookie closed 6 years ago

bamapookie commented 6 years ago

Issue #116 was not fixed with 0.5.42

bamapookie commented 6 years ago

!GetAtt UserPool.Arn !GetAtt UserPool.ProviderName !GetAtt UserPool.ProviderUrl all show as errors for UserPool Type AWS::Cognito::UserPool. More information on the valid return types are listed here: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#w2ab2c21c10d250c11

shalupov commented 6 years ago

I see the problem: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-getatt.html does not lists them

shalupov commented 6 years ago

fixed in 553be3e7859e1c589d59560469aeba3b3f6f83a6