We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How to use custom vpc with mysql module instead of default vpc?? Where I need to make changes??
The text was updated successfully, but these errors were encountered:
Edit the code here. Add a aws_db_subnet_group that deploys into the subnets in your desired VPC. Pass the aws_db_subnet_group name to the aws_db_instance resource using the db_subnet_group_name param.
aws_db_subnet_group
aws_db_instance
db_subnet_group_name
Sorry, something went wrong.
No branches or pull requests
How to use custom vpc with mysql module instead of default vpc??
Where I need to make changes??
The text was updated successfully, but these errors were encountered: