Currently, the subnet_ids variable is defined as a list in the variables.tf. This variable is then getting set to a list which is causing the aws_db_subnet_group to fail to create because the subnet_ids are being passed as a list of lists, not a list of strings. This PR should resolve this issue and close issue #11
Also upgrading the version on the dns_host_name module to fix an issue with that resource
Closes #11
Currently, the subnet_ids variable is defined as a list in the variables.tf. This variable is then getting set to a list which is causing the aws_db_subnet_group to fail to create because the subnet_ids are being passed as a list of lists, not a list of strings. This PR should resolve this issue and close issue #11
Also upgrading the version on the dns_host_name module to fix an issue with that resource