Skip to content

r/aws_redshiftserverless_workgroup: allow enable_large_strings_opt_in config parameter - #49941

Open
shashankvarma499 wants to merge 2 commits into
hashicorp:mainfrom
shashankvarma499:fix/redshiftserverless-large-strings
Open

r/aws_redshiftserverless_workgroup: allow enable_large_strings_opt_in config parameter#49941
shashankvarma499 wants to merge 2 commits into
hashicorp:mainfrom
shashankvarma499:fix/redshiftserverless-large-strings

Conversation

@shashankvarma499

Copy link
Copy Markdown
Contributor

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Closes #49939

Amazon Redshift Serverless now returns enable_large_strings_opt_in from GetWorkgroup (introduced with Redshift Patch 205 for larger individual strings in the SUPER data type). Because the provider rejects this key in config_parameter.parameter_key validation, a workgroup whose API response includes it produces a perpetual diff, and every apply that touches the workgroup fails with:

ValidationException: You didn't specify any changes to the configuration parameters.

The AWS API accepts the key (verified via the CLI in the linked issue), so the fix is to add it to the allowed parameter_key values. This mirrors the existing handling of the require_ssl / use_fips_ssl parameters that AWS surfaces automatically.

Output from acceptance testing:

% make testacc TESTS=TestAccRedshiftServerlessWorkgroup_configParameters PKG=redshiftserverless
... (requires AWS credentials; not run in this environment)

… config parameter

Signed-off-by: Shashank Varma <324153016+shashankvarma499@users.noreply.github.com>
@shashankvarma499
shashankvarma499 requested a review from a team as a code owner September 10, 2026 09:44
Signed-off-by: Shashank Varma <324153016+shashankvarma499@users.noreply.github.com>
@github-actions

Copy link
Copy Markdown
Contributor

Community Guidelines

This comment is added to every new Pull Request to provide quick reference to how the Terraform AWS Provider is maintained. Please review the information below, and thank you for contributing to the community that keeps the provider thriving! 🚀

Voting for Prioritization

  • Please vote on this Pull Request by adding a 👍 reaction to the original post to help the community and maintainers prioritize it.
  • Please see our prioritization guide for additional information on how the maintainers handle prioritization.
  • Please do not leave +1 or other comments that do not add relevant new information or questions; they generate extra noise for others following the Pull Request and do not help prioritize the request.

Pull Request Authors

  • Review the contribution guide relating to the type of change you are making to ensure all of the necessary steps have been taken.
  • Whether or not the branch has been rebased will not impact prioritization, but doing so is always a welcome surprise.

@github-actions github-actions Bot added needs-triage Waiting for first response or review from a maintainer. service/redshiftserverless Issues and PRs that pertain to the redshiftserverless service. size/XS Managed by automation to categorize the size of a PR. labels Sep 10, 2026
@justinretzolk justinretzolk added bug Addresses a defect in current functionality. and removed needs-triage Waiting for first response or review from a maintainer. labels Sep 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Addresses a defect in current functionality. service/redshiftserverless Issues and PRs that pertain to the redshiftserverless service. size/XS Managed by automation to categorize the size of a PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: aws_redshiftserverless_workgroup: perpetual diff and apply failure because config_parameter rejects enable_large_strings_opt_in

2 participants