-
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
r/aws_connect_security_profile #22369
r/aws_connect_security_profile #22369
Conversation
Anxiously waiting for this pull request to be merged |
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=TestAccConnectSecurityProfile_serial PKG=connect
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/connect/... -v -count 1 -parallel 20 -run='TestAccConnectSecurityProfile_serial' -timeout 180m
go: downloading github.com/aws/aws-sdk-go v1.42.38
go: downloading github.com/hashicorp/awspolicyequivalence v1.5.0
=== RUN TestAccConnectSecurityProfile_serial
=== RUN TestAccConnectSecurityProfile_serial/basic
=== RUN TestAccConnectSecurityProfile_serial/disappears
--- PASS: TestAccConnectSecurityProfile_serial (194.40s)
--- PASS: TestAccConnectSecurityProfile_serial/basic (100.84s)
--- PASS: TestAccConnectSecurityProfile_serial/disappears (93.55s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/connect 198.103s Validated Acceptance Tests in GovCloud (us-gov-west-1) make testacc TESTS=TestAccConnectSecurityProfile_serial PKG=connect
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/connect/... -v -count 1 -parallel 20 -run='TestAccConnectSecurityProfile_serial' -timeout 180m
=== RUN TestAccConnectSecurityProfile_serial
=== RUN TestAccConnectSecurityProfile_serial/disappears
=== RUN TestAccConnectSecurityProfile_serial/basic
--- PASS: TestAccConnectSecurityProfile_serial (154.36s)
--- PASS: TestAccConnectSecurityProfile_serial/disappears (74.54s)
--- PASS: TestAccConnectSecurityProfile_serial/basic (79.82s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/connect 157.488s``` |
This functionality has been released in v3.74.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
Closes #22376
Output from acceptance testing: