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

mark the database password as sensitive #98

Closed
wants to merge 33 commits into from

Conversation

mattyjones
Copy link

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.

mattyjones and others added 26 commits March 4, 2019 12:22
…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
@bryantbiggs
Copy link
Member

@mattyjones would you mind rebasing to fix merge conflicts when you get a chance?

bryantbiggs added a commit to bryantbiggs/terraform-aws-rds that referenced this pull request Dec 15, 2019
@antonbabenko
Copy link
Member

@mattyjones v2.8.0 has been just released with this minor fix.

@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 15, 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.

None yet