Azure / magic-module-specs

The magic module resource definitions for Azure.
MIT License
3 stars 9 forks source link

MM should flatten property when parent property only includes one sub property #123

Open neil-yechenwei opened 5 years ago

neil-yechenwei commented 5 years ago

Scenario1: route_table { routes { a = "123" b = "345" } }

route_table_routes { a = "123" b = "345" }

Scenario2: auto_approval { subscriptions = ["123", "345"] }

auto_approval_subscriptions = ["123", "345"]