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

"Description" everywhere #117

Closed kontrafiktion closed 6 years ago

kontrafiktion commented 6 years ago

Hi!

I have a CloudFormation template that has been generated by CodeStar. Every resource has a "Description:" attribute. E.g.:

Resources:
  CodeBuildPolicy:
    Condition: CreateCodeBuildResources
    DependsOn: [CodeStarProject, CodeBuildRole]
    Description: Setting IAM policy for service role for Amazon EC2 instances

But "Description" is not recognized by the idea-cloudformation plugin. I could not find any official documentation that says a "Description" attribute is allowed, but it obviously is.

bamapookie commented 6 years ago

What is the type of your resource? Not every type has a description.

shalupov commented 6 years ago

I could not find any official documentation that says a "Description" attribute is allowed, but it obviously is.

I also could not find such documentation and I haven't seen examples with it too

kontrafiktion commented 6 years ago

If you create a project via AWS CodeStar, all resources have a description