-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
enabled_cloudwatch_logs_exports description is incorrect #36
Labels
bug
🐛 An issue with the system
Comments
I was coming to say the same thing :-D |
Still an issue, fyi, using tf 1.0.9 |
Still having this issue :
The solution is to apply possibles values from aws Doc :
Please consider updating your ReadME with this. Result :
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the Bug
The input variable
enabled_cloudwatch_logs_exports
description is incorrect compared to the the Terraform AWS provider version 3.47.0. Resource: aws_docdb_cluster enabled_cloudwatch_logs_exports states:enabled_cloudwatch_logs_exports
- (Optional) List of log types to export to cloudwatch. If omitted, no logs will be exported. The following log types are supported:audit
,profiler
.The resulting error is:
Expected Behavior
Variable documentation should not contradict the AWS provider's capabilities.
Steps to Reproduce
Steps to reproduce the behavior:
enabled_cloudwatch_logs_exports = ["audit", "error", "general", "slowquery"]
Environment (please complete the following information):
Anything that will help us triage the bug will help. Here are some ideas:
The text was updated successfully, but these errors were encountered: