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

aws_api_gateway_rest_api: fix crash on binary_media_types attribute #32169

Merged
merged 2 commits into from
Jun 22, 2023

Conversation

johnsonaj
Copy link
Contributor

Description

Crash on resource

Relations

Closes #31827

References

Output from Acceptance Testing

$ make testacc TESTARGS='-run=TestAccAPIGatewayRestAPI_' PKG=apigateway

==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/apigateway/... -v -count 1 -parallel 20  -run=TestAccAPIGatewayRestAPI_ -timeout 180m
--- PASS: TestAccAPIGatewayRestAPI_basic (32.63s)
--- PASS: TestAccAPIGatewayRestAPI_Policy_basic (70.20s)
--- PASS: TestAccAPIGatewayRestAPI_Policy_setByBody (139.79s)
--- PASS: TestAccAPIGatewayRestAPI_Policy_overrideBody (216.69s)
--- PASS: TestAccAPIGatewayRestAPI_MinimumCompressionSize_setByBody (246.42s)
--- PASS: TestAccAPIGatewayRestAPI_EndpointVPCEndpointIDs_setByBody (258.52s)
--- PASS: TestAccAPIGatewayRestAPI_Policy_order (22.00s)
--- PASS: TestAccAPIGatewayRestAPI_FailOnWarnings (356.82s)
--- PASS: TestAccAPIGatewayRestAPI_Description_overrideBody (400.04s)
--- PASS: TestAccAPIGatewayRestAPI_APIKeySource_overrideBody (40.97s)
--- PASS: TestAccAPIGatewayRestAPI_EndpointVPCEndpointIDs_overrideToMergeBody (183.88s)
--- PASS: TestAccAPIGatewayRestAPI_apiKeySource (39.75s)
--- PASS: TestAccAPIGatewayRestAPI_EndpointVPCEndpointIDs_mergeBody (146.97s)
--- PASS: TestAccAPIGatewayRestAPI_DisableExecuteAPIEndpoint_setByBody (93.62s)
--- PASS: TestAccAPIGatewayRestAPI_DisableExecuteAPIEndpoint_overrideBody (66.77s)
--- PASS: TestAccAPIGatewayRestAPI_Description_setByBody (615.29s)
--- PASS: TestAccAPIGatewayRestAPI_BinaryMediaTypes_overrideBody (647.43s)
--- PASS: TestAccAPIGatewayRestAPI_APIKeySource_setByBody (708.11s)
--- PASS: TestAccAPIGatewayRestAPI_binaryMediaTypes (733.15s)
--- PASS: TestAccAPIGatewayRestAPI_disableExecuteAPIEndpoint (799.31s)
--- PASS: TestAccAPIGatewayRestAPI_parameters (887.46s)
--- PASS: TestAccAPIGatewayRestAPI_Endpoint_vpcEndpointIDs (445.51s)
--- PASS: TestAccAPIGatewayRestAPI_endpoint (859.67s)
--- PASS: TestAccAPIGatewayRestAPI_Name_overrideBody (997.50s)
--- PASS: TestAccAPIGatewayRestAPI_body (1072.88s)
--- PASS: TestAccAPIGatewayRestAPI_disappears (1093.21s)
--- PASS: TestAccAPIGatewayRestAPI_EndpointVPCEndpointIDs_overrideBody (883.94s)
--- PASS: TestAccAPIGatewayRestAPI_MinimumCompressionSize_overrideBody (1183.83s)
--- PASS: TestAccAPIGatewayRestAPI_Endpoint_private (1240.13s)
--- PASS: TestAccAPIGatewayRestAPI_tags (1142.05s)
--- PASS: TestAccAPIGatewayRestAPI_description (1350.87s)
--- PASS: TestAccAPIGatewayRestAPI_minimumCompressionSize (1234.03s)
--- PASS: TestAccAPIGatewayRestAPI_BinaryMediaTypes_setByBody (1679.84s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/apigateway	1683.281s

@github-actions
Copy link

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 service/apigateway Issues and PRs that pertain to the apigateway service. size/S Managed by automation to categorize the size of a PR. labels Jun 22, 2023
@johnsonaj johnsonaj changed the title aws_api_gateway_rest_api: fix crash on binary_medial_types attribute aws_api_gateway_rest_api: fix crash on binary_media_types attribute Jun 22, 2023
@johnsonaj johnsonaj added bug Addresses a defect in current functionality. crash Results from or addresses a Terraform crash or kernel panic. labels Jun 22, 2023
Copy link
Contributor

@ewbankkit ewbankkit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀.

@johnsonaj johnsonaj merged commit aef1cc6 into main Jun 22, 2023
@johnsonaj johnsonaj deleted the b-api_gateway_rest_api_crash branch June 22, 2023 16:52
@github-actions github-actions bot added this to the v5.5.0 milestone Jun 22, 2023
github-actions bot pushed a commit that referenced this pull request Jun 22, 2023
@github-actions
Copy link

This functionality has been released in v5.5.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
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Addresses a defect in current functionality. crash Results from or addresses a Terraform crash or kernel panic. service/apigateway Issues and PRs that pertain to the apigateway service. size/S Managed by automation to categorize the size of a PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

r/aws_api_gateway_rest_api: Crash when binary_media_types = [""]
2 participants