dtan4 / terraforming

Export existing AWS resources to Terraform style (tf, tfstate) / No longer actively maintained
http://terraforming.dtan4.net/
MIT License
4.3k stars 659 forks source link

reverse terraform aws_rds_cluster_parameter_group options #492

Open dnozay opened 4 years ago

dnozay commented 4 years ago

dbpg command is able to get aws_db_parameter_group resources, it would be good to be able to get options defined at the cluster level, in other words aws_rds_cluster_parameter_group resources.

thanks for the great work.