Skip to content
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

r/aws_connect_contact_flow: Document fixing of deserialization failed errors #40419

Merged
merged 2 commits into from
Dec 3, 2024

Conversation

ewbankkit
Copy link
Contributor

Description

Documents in the CHANGELOG the fixing, by the relevant AWS service team, of deserialization failed, failed to decode response body with invalid JSON errors on resource Read.

Relations

Closes #40267.
Relates aws/aws-sdk-go-v2#2909.

Output from Acceptance Testing

% make testacc TESTARGS='-run=TestAccConnect_serial/^ContactFlow$$/basic' PKG=connect
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.23.3 test ./internal/service/connect/... -v -count 1 -parallel 20  -run=TestAccConnect_serial/^ContactFlow$/basic -timeout 360m
2024/12/03 16:10:13 Initializing Terraform AWS Provider...
=== RUN   TestAccConnect_serial
=== PAUSE TestAccConnect_serial
=== CONT  TestAccConnect_serial
=== RUN   TestAccConnect_serial/ContactFlow
=== RUN   TestAccConnect_serial/ContactFlow/basic
--- PASS: TestAccConnect_serial (104.94s)
    --- PASS: TestAccConnect_serial/ContactFlow (104.94s)
        --- PASS: TestAccConnect_serial/ContactFlow/basic (104.94s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/connect	110.188s

@ewbankkit ewbankkit requested a review from a team as a code owner December 3, 2024 21:23
Copy link

github-actions bot commented Dec 3, 2024

Community Note

Voting for Prioritization

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

For Submitters

  • Review the contribution guide relating to the type of change you are making to ensure all of the necessary steps have been taken.
  • For new resources and data sources, use skaff to generate scaffolding with comments detailing common expectations.
  • 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 the prioritized Part of the maintainer teams immediate focus. To be addressed within the current quarter. label Dec 3, 2024
@ewbankkit ewbankkit added bug Addresses a defect in current functionality. service/connect Issues and PRs that pertain to the connect service. labels Dec 3, 2024
@ewbankkit ewbankkit merged commit 73813a1 into main Dec 3, 2024
20 checks passed
@ewbankkit ewbankkit deleted the d-aws_connect_contact_flow-deserialization branch December 3, 2024 21:27
@github-actions github-actions bot added this to the v5.80.0 milestone Dec 3, 2024
terraform-aws-provider bot pushed a commit that referenced this pull request Dec 3, 2024
Copy link

github-actions bot commented Dec 4, 2024

This functionality has been released in v5.80.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

@github-actions github-actions bot removed the prioritized Part of the maintainer teams immediate focus. To be addressed within the current quarter. label Dec 4, 2024
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/connect Issues and PRs that pertain to the connect service.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: aws_connect_contact_flow is not working correctly after updating provider to 5.77
2 participants