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

provider: Add retry_mode parameter #31745

Merged
merged 5 commits into from
Jun 8, 2023
Merged

provider: Add retry_mode parameter #31745

merged 5 commits into from
Jun 8, 2023

Conversation

gdavison
Copy link
Contributor

@gdavison gdavison commented Jun 2, 2023

Description

Adds retry_mode parameter to provider configuration

Relations

Requires hashicorp/aws-sdk-go-base#489

Output from Acceptance Testing

$ make testacc PKG_NAME=internal/provider

--- PASS: TestExpandEndpoints (0.00s)
--- PASS: TestEndpointMultipleKeys (0.00s)
--- PASS: TestEndpointEnvVarPrecedence (0.00s)
--- PASS: TestInterceptorsWhy (0.00s)
--- PASS: TestAccProvider_Region_commercial (54.03s)
--- PASS: TestValidAssumeRoleDuration (0.00s)
--- PASS: TestAccProvider_Region_c2s (54.95s)
--- PASS: TestAccProvider_Region_sc2s (56.40s)
--- PASS: TestAccProvider_Region_stsRegion (57.94s)
--- PASS: TestTagsInterceptor (0.00s)
--- PASS: TestInterceptedHandler (0.00s)
--- PASS: TestAccProvider_Region_china (57.87s)
--- PASS: TestAccProvider_Region_govCloud (58.28s)
--- PASS: TestProvider (2.14s)
--- PASS: TestAccProvider_IgnoreTagsKeyPrefixes_multiple (64.36s)
--- PASS: TestAccProvider_DefaultTagsTags_one (67.44s)
--- PASS: TestAccProvider_IgnoreTags_emptyBlock (68.82s)
--- PASS: TestAccProvider_IgnoreTagsKeyPrefixes_none (68.71s)
--- PASS: TestAccProvider_IgnoreTagsKeys_multiple (68.79s)
--- PASS: TestAccProvider_IgnoreTagsKeys_none (68.92s)
--- PASS: TestAccProvider_DefaultAndIgnoreTags_emptyBlocks (69.41s)
--- PASS: TestAccProvider_IgnoreTagsKeyPrefixes_one (70.01s)
--- PASS: TestAccProvider_DefaultTagsTags_multiple (70.18s)
--- PASS: TestAccProvider_IgnoreTagsKeys_one (70.12s)
--- PASS: TestAccProvider_AssumeRole_empty (81.01s)
--- PASS: TestAccProvider_DefaultTagsTags_none (29.78s)
--- PASS: TestAccProvider_DefaultTags_emptyBlock (29.01s)
--- PASS: TestAccProvider_unusualEndpoints (188.32s)
--- PASS: TestAccProvider_endpoints (191.73s)
--- PASS: TestAccProvider_fipsEndpoint (207.05s)

@github-actions
Copy link

github-actions bot commented Jun 2, 2023

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 client-connections Pertains to the AWS Client and service connections. documentation Introduces or discusses updates to documentation. size/S Managed by automation to categorize the size of a PR. provider Pertains to the provider itself, rather than any interaction with AWS. labels Jun 2, 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 🚀.

@gdavison gdavison merged commit 643a025 into main Jun 8, 2023
51 checks passed
@gdavison gdavison deleted the f-retry-mode branch June 8, 2023 22:06
@github-actions github-actions bot added this to the v5.2.0 milestone Jun 8, 2023
github-actions bot pushed a commit that referenced this pull request Jun 8, 2023
@github-actions
Copy link

github-actions bot commented Jun 9, 2023

This functionality has been released in v5.2.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 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
client-connections Pertains to the AWS Client and service connections. documentation Introduces or discusses updates to documentation. provider Pertains to the provider itself, rather than any interaction with AWS. 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.

None yet

2 participants