You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I noticed the parameter iam_database_authentication_enabled is not being used on resource "aws_db_instance" "rds_db". It's only used on resource "aws_rds_cluster" "aurora_cluster". So I suggest to add this parameter to db instance too :)
Motivation
I needed to use this parameter on db instance but it didn't have, so I have to clone this repository, edit and use it as a local module instead of a remote one :/ it's preferable that the module add this parameter to avoid doing this
Alternatives
No response
Additional Context
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Contact Details (optional)
No response
Summary
Hi, I noticed the parameter iam_database_authentication_enabled is not being used on resource "aws_db_instance" "rds_db". It's only used on resource "aws_rds_cluster" "aurora_cluster". So I suggest to add this parameter to db instance too :)
Motivation
I needed to use this parameter on db instance but it didn't have, so I have to clone this repository, edit and use it as a local module instead of a remote one :/ it's preferable that the module add this parameter to avoid doing this
Alternatives
No response
Additional Context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: