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

All Conditions marked invalid (0.5.68) YAML #132

Closed jamiepeloquin closed 6 years ago

jamiepeloquin commented 6 years ago

Since installing version 0.5.68, in WebStorm, my Conditions are all marked as invalid: Type is not allowed. Expected: object

Example Condition: IsDev: !Equals [!Ref AccountType, dev]

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.