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 not generate `resource_group_name` using `azure.SchemaResourceGroupNameDiffSuppress()` #66

Open ArcturusZhang opened 4 years ago

ArcturusZhang commented 4 years ago

MM now generates resource_group_name to

"resource_group_name": azure.SchemaResourceGroupNameDiffSuppress(),

in schema, but the terraform reviewers demanded

"resource_group_name": azure.SchemaResourceGroupName(),
houkms commented 4 years ago

I believe we can wait for other reviewers' response before we modify that in MM.