Add oracle specific parameters to option enabled_cloudwatch_logs_exports in rds cluster resource #5253
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/rds
Issues and PRs that pertain to the rds service.
Milestone
Community Note
Terraform VersionTerraform
v0.11.7
Affected Resource(s)
resource "aws_db_instance"
Terraform Configuration Files
Debug Output
https://gist.github.com/sriprasanna/e4b964086fb76bfd1befe04bb6a3a049
Panic Output
Expected Behavior
The following logs should be enabled for CloudWatch exports:
alert
,audit
,listener
andtrace
Actual Behavior
Right now, the available parameters for
enabled_cloudwatch_logs_exports
areaudit
,error
,general
andslowquery
. These parameters apply for MySQL but not necessarily to other Databases. Oracle for instance supportsalert
,audit
,listener
andtrace
, on using these parameters validation error is thrown from this code.Steps to Reproduce
terraform plan
Important Factoids
References
The text was updated successfully, but these errors were encountered: