VSChina / magic-modules

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

MM generates extra "MaxItems" and "MiniItems" #26

Closed neil-yechenwei closed 5 years ago

neil-yechenwei commented 5 years ago

"route_table": { Type: schema.TypeList, Computed: true, Elem: &schema.Resource{ Schema: map[string]schema.Schema{ "routes": { Type: schema.TypeList, Computed: true, MinItems: , MaxItems: , Elem: &schema.Resource{ Schema: map[string]schema.Schema{ "address_prefixes": { Type: schema.TypeList, Computed: true, MinItems: , MaxItems: , Elem: &schema.Schema{ Type: schema.TypeString, }, }, "next_hop_ip_address": { Type: schema.TypeString, Computed: true, }, }, }, }, }, }, },

houkms: It's a problem in Magic-Modules and it was solved in MM-PR-18

houkms commented 5 years ago

It's a problem in Magic-Modules and it was solved in MM-PR-18.

mybayern1974 commented 5 years ago

@neil-yechenwei , would you please verify this fix and accordingly close this issue?

houkms commented 5 years ago

Closed due to no further response. @neil-yechenwei you can reopen the issue if it's not completely solved.