[Bug]: Add config_parameters keys like auto_mv and query monitoring metrics to aws_redshiftserverless_workgroup #31451
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/redshiftserverless
Issues and PRs that pertain to the redshiftserverless service.
Terraform Core Version
1.3.6
AWS Provider Version
4.34.0
Affected Resource(s)
aws_redshiftserverless_workgroup
Expected Behavior
Currently only the following config_paramters are supported,
[datestyle enable_user_activity_logging query_group search_path max_query_execution_time]
however there are more params that are supported by redshift serverless
auto_mv , enable_case_sensitivity_identifier
see config_parameters in
https://docs.aws.amazon.com/cli/latest/reference/redshift-serverless/update-workgroup.html
and
the paramaters in the following link need to be also supported
https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless
Actual Behavior
Error: expected config_parameter.1.parameter_key to be one of [datestyle enable_user_activity_logging query_group search_path max_query_execution_time], got enable_case_sensitive_identifier
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Steps to Reproduce
Create a new workgroup
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered: