cycloidio / terracognita

Reads from existing public and private cloud providers (reverse Terraform) and generates your infrastructure as code on Terraform configuration
MIT License
2.17k stars 163 forks source link

Allow declaring module variables in map types #365

Closed xescugc closed 1 year ago

xescugc commented 1 year ago

Abstract

Right now if you try to declare a module variable to a map attribute, like tags, it would be ignored, it should not and it should work

Proposal

Implementation

Open issues (if applicable)

xescugc commented 1 year ago

Closed by https://github.com/cycloidio/terracognita/pull/366