VSChina / magic-modules

Magic Modules: Automagically generate Google Cloud Platform support for OSS
Apache License 2.0
1 stars 4 forks source link

MM should handle `Read` query parameters #88

Open magodo opened 4 years ago

magodo commented 4 years ago

Currently, if one property is marked as input, it is only checked during rendering Create/Update callbacks, which will look for the corresponding SDKTypeDefinition among the request parameters respectively.

However, some rest api also has query parameter for Read. Need to figure out how to mark this in api.yaml/terraform.yaml and render for Read.