Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

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

Closed
neil-yechenwei opened this issue Sep 10, 2019 · 1 comment
Closed

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

neil-yechenwei opened this issue Sep 10, 2019 · 1 comment

Comments

@neil-yechenwei
Copy link
Collaborator

"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
Copy link
Collaborator

houkms commented Sep 16, 2019

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants