-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
chime: Upgrade to AWS SDK v2 #36774
chime: Upgrade to AWS SDK v2 #36774
Conversation
Community NoteVoting for Prioritization
For Submitters
|
Thank you for your contribution! 🚀 Please note that typically Go dependency changes are handled in this repository by dependabot or the maintainers. This is to prevent pull request merge conflicts and further delay reviews of contributions. Remove any changes to the Additional details:
|
Thank you for your contribution! 🚀 Please note that typically Go dependency changes are handled in this repository by dependabot or the maintainers. This is to prevent pull request merge conflicts and further delay reviews of contributions. Remove any changes to the Additional details:
|
The delete operation calls an update when the `connector` argument is configured, which was not handling cases where the group did not exist (deleted out of band). This change prevents this error from propagating back to the user, and instead just removes the resource from state when the group cannot be found during the delete operation.
Thank you for your contribution! 🚀 Please note that typically Go dependency changes are handled in this repository by dependabot or the maintainers. This is to prevent pull request merge conflicts and further delay reviews of contributions. Remove any changes to the Additional details:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎉
% make testacc PKG=chime
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.5 test ./internal/service/chime/... -v -count 1 -parallel 20 -timeout 360m
--- PASS: TestEndpointConfiguration (0.65s)
--- PASS: TestEndpointConfiguration/package_name_endpoint_config_overrides_aws_service_envvar (0.04s)
--- PASS: TestEndpointConfiguration/service_aws_envvar_overrides_base_envvar (0.03s)
--- PASS: TestEndpointConfiguration/package_name_endpoint_config_overrides_base_envvar (0.04s)
--- PASS: TestEndpointConfiguration/package_name_endpoint_config_overrides_base_config_file (0.05s)
--- PASS: TestEndpointConfiguration/service_config_file (0.03s)
--- PASS: TestEndpointConfiguration/base_endpoint_config_file (0.03s)
--- PASS: TestEndpointConfiguration/use_fips_config_with_package_name_endpoint_config (0.04s)
--- PASS: TestEndpointConfiguration/package_name_endpoint_config (0.04s)
--- PASS: TestEndpointConfiguration/package_name_endpoint_config_overrides_service_config_file (0.05s)
--- PASS: TestEndpointConfiguration/service_aws_envvar (0.03s)
--- PASS: TestEndpointConfiguration/service_aws_envvar_overrides_base_config_file (0.03s)
--- PASS: TestEndpointConfiguration/base_endpoint_envvar (0.03s)
--- PASS: TestEndpointConfiguration/service_config_file_overrides_base_config_file (0.03s)
--- PASS: TestEndpointConfiguration/no_config (0.03s)
--- PASS: TestEndpointConfiguration/service_aws_envvar_overrides_service_config_file (0.03s)
--- PASS: TestEndpointConfiguration/base_endpoint_envvar_overrides_service_config_file (0.03s)
--- PASS: TestEndpointConfiguration/base_endpoint_envvar_overrides_base_config_file (0.03s)
--- PASS: TestEndpointConfiguration/use_fips_config (0.03s)
=== CONT TestAccChime_serial
=== RUN TestAccChime_serial/VoiceConnectorTerminationCredentials
=== RUN TestAccChime_serial/VoiceConnectorTerminationCredentials/basic
=== RUN TestAccChime_serial/VoiceConnectorTerminationCredentials/disappears
=== RUN TestAccChime_serial/VoiceConnectorTerminationCredentials/update
=== RUN TestAccChime_serial/VoiceConnector
=== RUN TestAccChime_serial/VoiceConnector/basic
=== RUN TestAccChime_serial/VoiceConnector/disappears
=== RUN TestAccChime_serial/VoiceConnector/update
=== RUN TestAccChime_serial/VoiceConnector/tags
=== RUN TestAccChime_serial/VoiceConnectorGroup
=== RUN TestAccChime_serial/VoiceConnectorGroup/basic
=== RUN TestAccChime_serial/VoiceConnectorGroup/disappears
=== RUN TestAccChime_serial/VoiceConnectorGroup/update
=== RUN TestAccChime_serial/VoiceConnectorLogging
=== RUN TestAccChime_serial/VoiceConnectorLogging/basic
=== RUN TestAccChime_serial/VoiceConnectorLogging/disappears
=== RUN TestAccChime_serial/VoiceConnectorLogging/update
=== RUN TestAccChime_serial/VoiceConnectorOrigination
=== RUN TestAccChime_serial/VoiceConnectorOrigination/basic
=== RUN TestAccChime_serial/VoiceConnectorOrigination/disappears
=== RUN TestAccChime_serial/VoiceConnectorOrigination/update
=== RUN TestAccChime_serial/VoiceConnectorStreaming
=== RUN TestAccChime_serial/VoiceConnectorStreaming/disappears
=== RUN TestAccChime_serial/VoiceConnectorStreaming/update
=== RUN TestAccChime_serial/VoiceConnectorStreaming/basic
=== RUN TestAccChime_serial/VoiceConnectorTermination
=== RUN TestAccChime_serial/VoiceConnectorTermination/disappears
=== RUN TestAccChime_serial/VoiceConnectorTermination/update
=== RUN TestAccChime_serial/VoiceConnectorTermination/basic
--- PASS: TestAccChime_serial (1236.18s)
--- PASS: TestAccChime_serial/VoiceConnectorTerminationCredentials (207.59s)
--- PASS: TestAccChime_serial/VoiceConnectorTerminationCredentials/basic (58.40s)
--- PASS: TestAccChime_serial/VoiceConnectorTerminationCredentials/disappears (50.87s)
--- PASS: TestAccChime_serial/VoiceConnectorTerminationCredentials/update (98.32s)
--- PASS: TestAccChime_serial/VoiceConnector (214.98s)
--- PASS: TestAccChime_serial/VoiceConnector/basic (36.52s)
--- PASS: TestAccChime_serial/VoiceConnector/disappears (29.66s)
--- PASS: TestAccChime_serial/VoiceConnector/update (58.24s)
--- PASS: TestAccChime_serial/VoiceConnector/tags (90.56s)
--- PASS: TestAccChime_serial/VoiceConnectorGroup (190.18s)
--- PASS: TestAccChime_serial/VoiceConnectorGroup/basic (52.84s)
--- PASS: TestAccChime_serial/VoiceConnectorGroup/disappears (46.66s)
--- PASS: TestAccChime_serial/VoiceConnectorGroup/update (90.68s)
--- PASS: TestAccChime_serial/VoiceConnectorLogging (176.66s)
--- PASS: TestAccChime_serial/VoiceConnectorLogging/basic (49.13s)
--- PASS: TestAccChime_serial/VoiceConnectorLogging/disappears (42.10s)
--- PASS: TestAccChime_serial/VoiceConnectorLogging/update (85.43s)
--- PASS: TestAccChime_serial/VoiceConnectorOrigination (173.11s)
--- PASS: TestAccChime_serial/VoiceConnectorOrigination/basic (47.48s)
--- PASS: TestAccChime_serial/VoiceConnectorOrigination/disappears (40.59s)
--- PASS: TestAccChime_serial/VoiceConnectorOrigination/update (85.04s)
--- PASS: TestAccChime_serial/VoiceConnectorStreaming (119.39s)
--- PASS: TestAccChime_serial/VoiceConnectorStreaming/disappears (21.48s)
--- PASS: TestAccChime_serial/VoiceConnectorStreaming/update (75.44s)
--- PASS: TestAccChime_serial/VoiceConnectorStreaming/basic (22.47s)
--- PASS: TestAccChime_serial/VoiceConnectorTermination (154.26s)
--- PASS: TestAccChime_serial/VoiceConnectorTermination/disappears (36.08s)
--- PASS: TestAccChime_serial/VoiceConnectorTermination/update (75.20s)
--- PASS: TestAccChime_serial/VoiceConnectorTermination/basic (42.98s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/chime 1242.628s
Thanks for your contribution, @mattburgess! 👍 |
This functionality has been released in v5.59.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! |
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. |
Description
Relations
Closes #36124
Relates #32976
References
Output from Acceptance Testing