Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with subnet_ids list variable being put into a list in the aws_db_subnet_group resource and issue with records in dns_host_name module #13

Closed
wants to merge 6 commits into from

Conversation

jross-ai
Copy link

@jross-ai jross-ai commented Dec 28, 2020

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

@jross-ai jross-ai changed the title Fix issue with subnet_ids list variable being put into a list in the aws_db_subnet_group resource WIP: Fix issue with subnet_ids list variable being put into a list in the aws_db_subnet_group resource and with records not being in a list for dns_host_name module Dec 28, 2020
@jross-ai jross-ai changed the title WIP: Fix issue with subnet_ids list variable being put into a list in the aws_db_subnet_group resource and with records not being in a list for dns_host_name module WIP: Fix issue with subnet_ids list variable being put into a list in the aws_db_subnet_group resource and issue with records in dns_host_name module Dec 28, 2020
@jross-ai jross-ai changed the title WIP: Fix issue with subnet_ids list variable being put into a list in the aws_db_subnet_group resource and issue with records in dns_host_name module Fix issue with subnet_ids list variable being put into a list in the aws_db_subnet_group resource and issue with records in dns_host_name module Jan 6, 2021
@hans-d hans-d closed this Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Passing subnet-ids dynamically is failing.
2 participants