Skip to content
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

Unknown resource type property: CapacityProviderStrategy in CloudFormation template #2992

Closed
emiliopedrollo opened this issue Dec 3, 2021 · 2 comments
Labels
guidance General information and guidance, answers to FAQs, or recommended best practices/resources.

Comments

@emiliopedrollo
Copy link

Describe the bug
Code inspect for CloudFormation templates warns about n unknown resource type that is specified in the documentation.

To reproduce

  1. Create a template with an ECS service and a capacity provider

Expected behavior
To not show a warning/error, also correctly suggest to autocomplete the property as well as it's sub properties.

Screenshots
image

Environment

  • OS: Ubuntu 21.10
  • JetBrains product: PHPStorm
  • JetBrains product version: 2021.2.3
  • AWS Toolkit version: 1.36-212
@emiliopedrollo emiliopedrollo added the bug We can reproduce the issue and confirmed it is a bug. label Dec 3, 2021
@rli
Copy link
Contributor

rli commented Dec 3, 2021

The JetBrains toolkit doesn't provide schema support for CloudFormation at the moment. If you used the IDE-provided schema from SchemaStore.org, support for CapacityProviderStrategy was added in version 4.15.2.

image

@rli rli added guidance General information and guidance, answers to FAQs, or recommended best practices/resources. and removed bug We can reproduce the issue and confirmed it is a bug. labels Dec 3, 2021
@rli
Copy link
Contributor

rli commented Apr 28, 2022

Should be fixed in the latest version of the AWS CloudFormation plugin

@rli rli closed this as completed Apr 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
guidance General information and guidance, answers to FAQs, or recommended best practices/resources.
Projects
None yet
Development

No branches or pull requests

2 participants