-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
Differences between resource type on the website and resource type that appears when generating #588
Comments
https://github.com/k1LoW/awspec/blob/master/doc/resource_types.md lists the resource types that can be tested. The generate command needs to be implemented separately. |
What do you mean that "the generate command needs to be implemented separately."? |
It means that testing by awspec and test case generation by awspec are completely different implementations. Generation is only a convenience command, not an all-inclusive one.
If you want to increase the number of resource types you support for generation, please consider contributing to awspec 👍 https://github.com/k1LoW/awspec/tree/master/lib/awspec/generator/doc/type |
lib/awspec/generator/doc/type/ecs_cluster.rb |
At this time awspec does not have that functionality, so we will have to add it. |
I'd like to use awspec for testing AWS. I checked awspec resource type on the website. Then there is ecs resource, but when I generated, no ecs resource was available even though awspec version was latest 1.29.3.
Is there any reason why the resources on the website are not generated?
The text was updated successfully, but these errors were encountered: