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

HealthCheckGracePeriodSeconds not recognized #124

Closed carterlexy closed 6 years ago

carterlexy commented 6 years ago

HealthCheckGracePeriodSeconds is not recognized as valid for type AWS::ECS::Service

Documented here: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-healthcheckgraceperiodseconds

shalupov commented 6 years ago

Which IDE and which plugin version do you use? HealthCheckGracePeriodSeconds should be supported in the last version 0.5.42

carterlexy commented 6 years ago

IntelliJ IDEA 2018.1.1 (Ultimate Edition) Build #IU-181.4445.78, built on April 9, 2018 JRE: 1.8.0_152-release-1136-b27 x86_64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o macOS 10.13.3

AWS CloudFormation Plugin Version: 0.5.42

Error is reported when using property "HealthCheckGracePeriodSeconds" on type "AWS::ECS::Service" as:

Unknown resource type property: HealthCheckGracePeriodSeconds

shalupov commented 6 years ago

please try new plugin version 0.5.53