-
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_security_profile-read new attribute #22761
r/aws_connect_security_profile-read new attribute #22761
Conversation
length should be 0 since empty list is returned
test updating of permissions from original 0 to 2 new permissions
Re-ran test case after latest change
|
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 🚀
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 🚀
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
=== RUN TestAccConnectSecurityProfile_serial
=== RUN TestAccConnectSecurityProfile_serial/basic
=== RUN TestAccConnectSecurityProfile_serial/disappears
=== RUN TestAccConnectSecurityProfile_serial/update_permissions
--- PASS: TestAccConnectSecurityProfile_serial (295.00s)
--- PASS: TestAccConnectSecurityProfile_serial/basic (102.87s)
--- PASS: TestAccConnectSecurityProfile_serial/disappears (83.45s)
--- PASS: TestAccConnectSecurityProfile_serial/update_permissions (108.68s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/connect 298.417s 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/basic
=== RUN TestAccConnectSecurityProfile_serial/disappears
=== RUN TestAccConnectSecurityProfile_serial/update_permissions
--- PASS: TestAccConnectSecurityProfile_serial (255.40s)
--- PASS: TestAccConnectSecurityProfile_serial/basic (84.95s)
--- PASS: TestAccConnectSecurityProfile_serial/disappears (89.28s)
--- PASS: TestAccConnectSecurityProfile_serial/update_permissions (81.17s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/connect 258.641s |
* chore(connect): fix comment typo for max results * feat(connect): add read for permissions attribute * test(connect): basic sec profile with no perm length should be 0 since empty list is returned * test(connect): sec profile permissions update test updating of permissions from original 0 to 2 new permissions * ci(connect): changelog for permissions attribute * test(connect): rm ImportStateVerifyIgnore for perm
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
Closes #22847
Output from acceptance testing:
Notes
permissions
associated to a Security Profile via another API call that is documented at Amazon Connect API Reference: ListSecurityProfilePermissions