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

provider/resource: Nested HCL maps now are written correctly #373

Closed xescugc closed 1 year ago

xescugc commented 1 year ago

Before they where writtin without the '=' which was making it fail

Closes #337