-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
mark the database password as sensitive #98
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
Conversation
…es#99) * Create parameter group with custom name * Allow setting of parameter group description too * Move locals into main.tf * Include "no_prefix" resource in output * Update all README files with terraform docs
* Add tags to enhanced_monitoring iam_role * give priority to tags defined by user
* Remove unused submodule output This breaks plan when trying to create a read replica without setting the master password. module.database.module.db_instance.local.this_db_instance_password: local.this_db_instance_password: Resource 'aws_db_instance.this' does not have attribute 'password' for variable 'aws_db_instance.this.*.password' * Add postgres and mysql replica example
* add support for max_allocated_storage * add support for max_allocated_storage * add support for max_allocated_storage * max_allocated_storage into documentation * changed required type to 'number'
…modules#147) * Add var.performance_insights_retention_period * Add performance insights retention docs
@mattyjones would you mind rebasing to fix merge conflicts when you get a chance? |
… mattyjones-master
@mattyjones v2.8.0 has been just released with this minor fix. |
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. |
When doing a plan or when an error log is produced the database password is exposed. This should not be the case and I believe marking this as sensative will solve this according the current docs.