Description
What kind of contribution is this issue about?
MMv1-based resource
Details
When new resources are added to the provider and associated IAM resources are added at the same time there are missing test detector messages like this: GoogleCloudPlatform/magic-modules#10757 (comment)
The PR author doesn't have power to update the IAM resource tests because they are generated, and the PR reviewer needs to know context about IAM resource generation.
I imagine that generated IAM resource tests don't include conditions because they aren't available for all IAM resources, which is fair enough! If that is the case it would be good to come up with a way to either stop the missing test detector flagging condition arguments in IAM resources, or enable conditions to be conditionally included in generated IAM acc tests.
References
No response