-
Notifications
You must be signed in to change notification settings - Fork 598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E3002 Invalid Property Resources/TaskDefinition/Properties/Volumes/0/efsVolumeConfiguration #1638
Comments
Inline resource-level ignores should mitigate until then: Resource:
Type: AWS::ECS::TaskDefinition
Metadata:
cfn-lint:
config:
ignore_checks:
- E3002 more general tracking issue: #1219 https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/ReleaseHistory.html |
now available in the latest
|
@PatMyron This appears to still be broken. I updated cfn-lint to 0.35.0 and it still does not recognize the property:
|
@jedis00 this template is not returning an error for me. Did you also try the
|
@kddejong I figured it out. I tried the update-specs first, and it didn't work. Then updated cfn-lint, and still no dice. Had to restart Sublime and then it started working. Not sure if both were needed, but it doesn't hurt. Thanks! |
cfn-lint version: (
cfn-lint --version
)cfn-lint 0.34.1
Description of issue.
Newly added EFS VolumeConfiguration for ECS TaskDefinitions not yet supported
Cfn support: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-volumes.html
cfn-lint -u
does not rectify the issue, perhaps the definitions are not yet updated upstream?The text was updated successfully, but these errors were encountered: