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

aws: Implement 'FixResource' to add logig for 'aws_db_subnet_group' #381

Closed xescugc closed 1 year ago

xescugc commented 1 year ago

The 'aws_db_subnet_group' with name 'default' have to be skipped as it's raises an error because they are managed by AWS so you cannot declare them.

Closes #376