documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Fix DB parameter group settings for Aurora

Open JavaScriptBach opened this issue 3 years ago • 0 comments

What does this PR do?

Fix docs to specify the correct value of the DB parameter group settings for Aurora.

Motivation

Several of these fields should be "1" instead of "ON" according to AWS documentation. Setting them to "ON" gets them coerced to "1", resulting in never-ending dirty plans if the customer is using Terraform. Screen Shot 2022-08-11 at 10 23 17 AM

Additional Notes


Reviewer checklist

  • [ ] Review the changed files.
  • [ ] Review the URLs listed in the Preview section.
  • [ ] Check images for PII
  • [ ] Review any mentions of "Contact Datadog support" for internal support documentation.

JavaScriptBach avatar Aug 11 '22 17:08 JavaScriptBach