-
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
r/aws_connect_queue-update quick connect ids #22821
r/aws_connect_queue-update quick connect ids #22821
Conversation
uses the ListQueueQuickConnectsPagesWithContext api
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 🚀
LGTM 🚀 Thanks @GlennChia! Validated Acceptance Tests in Commercial (us-west-2) make testacc TESTS=TestAccConnectQueue_serial PKG=connect
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/connect/... -v -count 1 -parallel 20 -run='TestAccConnectQueue_serial' -timeout 180m
=== RUN TestAccConnectQueue_serial
=== RUN TestAccConnectQueue_serial/update_quick_connect_ids
=== RUN TestAccConnectQueue_serial/basic
=== RUN TestAccConnectQueue_serial/disappears
queue_test.go:92: Queues do not support deletion today
=== RUN TestAccConnectQueue_serial/update_hours_of_operation_id
=== RUN TestAccConnectQueue_serial/update_max_contacts
queue_test.go:188: A bug in the service API has been reported
=== RUN TestAccConnectQueue_serial/update_outbound_caller_config
=== RUN TestAccConnectQueue_serial/update_status
--- PASS: TestAccConnectQueue_serial (633.71s)
--- PASS: TestAccConnectQueue_serial/update_quick_connect_ids (215.14s)
--- PASS: TestAccConnectQueue_serial/basic (102.50s)
--- SKIP: TestAccConnectQueue_serial/disappears (0.00s)
--- PASS: TestAccConnectQueue_serial/update_hours_of_operation_id (120.57s)
--- SKIP: TestAccConnectQueue_serial/update_max_contacts (0.00s)
--- PASS: TestAccConnectQueue_serial/update_outbound_caller_config (92.75s)
--- PASS: TestAccConnectQueue_serial/update_status (102.74s)
PASS Validated Acceptance Tests in GovCloud (us-gov-west-1) make testacc TESTS=TestAccConnectQueue_serial PKG=connect
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/connect/... -v -count 1 -parallel 20 -run='TestAccConnectQueue_serial' -timeout 180m
=== RUN TestAccConnectQueue_serial
=== RUN TestAccConnectQueue_serial/update_max_contacts
queue_test.go:188: A bug in the service API has been reported
=== RUN TestAccConnectQueue_serial/update_outbound_caller_config
=== RUN TestAccConnectQueue_serial/update_status
=== RUN TestAccConnectQueue_serial/update_quick_connect_ids
=== RUN TestAccConnectQueue_serial/basic
=== RUN TestAccConnectQueue_serial/disappears
queue_test.go:92: Queues do not support deletion today
=== RUN TestAccConnectQueue_serial/update_hours_of_operation_id
--- PASS: TestAccConnectQueue_serial (546.97s)
--- SKIP: TestAccConnectQueue_serial/update_max_contacts (0.00s)
--- PASS: TestAccConnectQueue_serial/update_outbound_caller_config (158.68s)
--- PASS: TestAccConnectQueue_serial/update_status (84.86s)
--- PASS: TestAccConnectQueue_serial/update_quick_connect_ids (117.98s)
--- PASS: TestAccConnectQueue_serial/basic (84.38s)
--- SKIP: TestAccConnectQueue_serial/disappears (0.00s)
--- PASS: TestAccConnectQueue_serial/update_hours_of_operation_id (101.07s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/connect 550.084s |
This functionality has been released in v4.3.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. |
Community Note
Relates #21021
Closes #22849
Output from acceptance testing: