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

Some Resources marked as Invalid Type (0.5.68) YAML + WebStorm #133

Closed jamiepeloquin closed 6 years ago

jamiepeloquin commented 6 years ago

Since installing version 0.5.68, I am seeing some Resources marked as having an invalid Type. This only seems to happen to non-CloudWatch resources (which seems very strange). The error returned is Value should be one of: ["AWS::ApiGateway::Account"]

Failing Example:

ElasticsearchCluster:
    Type: "AWS::Elasticsearch::Domain"
    Properties:…

Passing Example:

CwAlarmAutomatedSnapshotFailure:
    Type: "AWS::CloudWatch::Alarm"
    Properties:…
jamiepeloquin commented 6 years ago

The issue may be with SchemaStore.org actually… Even with the plug-in removed, I am seeing the validation errors.