-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Adding support for AWS Chime SDK Voice Sip Media Application #31937
Adding support for AWS Chime SDK Voice Sip Media Application #31937
Conversation
Community NoteVoting for Prioritization
For Submitters
|
…ing, fix import section
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=chimesdkvoice TESTS=TestAccChimeSdkVoiceSipMediaApplication_
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/chimesdkvoice/... -v -count 1 -parallel 20 -run='TestAccChimeSdkVoiceSipMediaApplication_' -timeout 180m
=== RUN TestAccChimeSdkVoiceSipMediaApplication_basic
=== PAUSE TestAccChimeSdkVoiceSipMediaApplication_basic
=== RUN TestAccChimeSdkVoiceSipMediaApplication_disappears
=== PAUSE TestAccChimeSdkVoiceSipMediaApplication_disappears
=== RUN TestAccChimeSdkVoiceSipMediaApplication_update
=== PAUSE TestAccChimeSdkVoiceSipMediaApplication_update
=== RUN TestAccChimeSdkVoiceSipMediaApplication_tags
=== PAUSE TestAccChimeSdkVoiceSipMediaApplication_tags
=== CONT TestAccChimeSdkVoiceSipMediaApplication_basic
=== CONT TestAccChimeSdkVoiceSipMediaApplication_update
=== CONT TestAccChimeSdkVoiceSipMediaApplication_disappears
=== CONT TestAccChimeSdkVoiceSipMediaApplication_tags
--- PASS: TestAccChimeSdkVoiceSipMediaApplication_disappears (34.27s)
--- PASS: TestAccChimeSdkVoiceSipMediaApplication_basic (52.73s)
--- PASS: TestAccChimeSdkVoiceSipMediaApplication_tags (59.61s)
--- PASS: TestAccChimeSdkVoiceSipMediaApplication_update (78.20s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/chimesdkvoice 81.403s
Thanks for your contribution, @Prateeksharma13! 👏 |
This functionality has been released in v5.4.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
Adding support for AWS Chime SDK Voice Sip Media Application. This will help developers to create, manage, and delete AWS Chime SDK Voice Sip Media Application.
Relations
Closes #31936
References
https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_CreateSipMediaApplication.html
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/chime-sdk-voice/create-sip-media-application.html
Output from Acceptance Testing