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

feat: Add support for managing CloudWatch log groups #380

Merged

Conversation

bryantbiggs
Copy link
Member

Description

  • Add support for managing CloudWatch log groups
  • Fix bug where default VPC/Subnet are trying to be used. Because v4.x now defaults to not creating a DB subnet group, we can remove the conditional flags such as var.cross_region_replica and simply rely on var.create_db_subnet_group (same functionality, less code/logic)

Motivation and Context

Breaking Changes

  • No

How Has This Been Tested?

  • I have tested and validated these changes using one or more of the provided examples/* projects

@bryantbiggs
Copy link
Member Author

I don't know why this repo doesn't let titles pass 🤷🏽‍♂️

@antonbabenko antonbabenko merged commit 761fb7f into terraform-aws-modules:master Feb 17, 2022
antonbabenko pushed a commit that referenced this pull request Feb 17, 2022
## [4.1.0](v4.0.0...v4.1.0) (2022-02-17)

### Features

* Add support for managing CloudWatch log groups ([#380](#380)) ([761fb7f](761fb7f))
@antonbabenko
Copy link
Member

This PR is included in version 4.1.0 🎉

@bryantbiggs bryantbiggs deleted the feat/cloudwatch-logs branch February 17, 2022 16:09

db_subnet_group_name = var.create_db_subnet_group ? module.db_subnet_group.db_subnet_group_id : var.db_subnet_group_name

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you able to add this to the change log for version 4.1.0? This solved an issue for me, and it would have saved a bit of time if it was documented a bit more :D Thank you!

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same exact thing happened to me.

@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RDS is being created in Default VPC
4 participants