-
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
[New Resource] Customer Profile domain
and profile
resources
#34622
[New Resource] Customer Profile domain
and profile
resources
#34622
Conversation
Community NoteVoting for Prioritization
For Submitters
|
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 TESTARGS='-run=TestAccCustomerProfilesDomain_' PKG=customerprofiles ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/customerprofiles/... -v -count 1 -parallel 2 -run=TestAccCustomerProfilesDomain_ -timeout 360m
=== RUN TestAccCustomerProfilesDomain_basic
=== PAUSE TestAccCustomerProfilesDomain_basic
=== RUN TestAccCustomerProfilesDomain_full
=== PAUSE TestAccCustomerProfilesDomain_full
=== RUN TestAccCustomerProfilesDomain_tags
=== PAUSE TestAccCustomerProfilesDomain_tags
=== RUN TestAccCustomerProfilesDomain_disappears
=== PAUSE TestAccCustomerProfilesDomain_disappears
=== CONT TestAccCustomerProfilesDomain_basic
=== CONT TestAccCustomerProfilesDomain_tags
--- PASS: TestAccCustomerProfilesDomain_basic (33.16s)
=== CONT TestAccCustomerProfilesDomain_disappears
--- PASS: TestAccCustomerProfilesDomain_tags (44.60s)
=== CONT TestAccCustomerProfilesDomain_full
--- PASS: TestAccCustomerProfilesDomain_disappears (16.75s)
--- PASS: TestAccCustomerProfilesDomain_full (82.78s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/customerprofiles 132.963s
% make testacc TESTARGS='-run=TestAccCustomerProfilesProfile_' PKG=customerprofiles ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/customerprofiles/... -v -count 1 -parallel 2 -run=TestAccCustomerProfilesProfile_ -timeout 360m
=== RUN TestAccCustomerProfilesProfile_full
=== PAUSE TestAccCustomerProfilesProfile_full
=== RUN TestAccCustomerProfilesProfile_disappears
=== PAUSE TestAccCustomerProfilesProfile_disappears
=== CONT TestAccCustomerProfilesProfile_full
=== CONT TestAccCustomerProfilesProfile_disappears
--- PASS: TestAccCustomerProfilesProfile_disappears (21.28s)
--- PASS: TestAccCustomerProfilesProfile_full (36.05s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/customerprofiles 41.679s
@DanielRieske Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.30.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
To implement the requested
Amazon Connect Cases
resources requested in #33934 there is a need for Customer Profiledomain
andprofile
resources.@bschaatsbergen and me started working on #34267 but got blocked because we need the
aws_customerprofiles_profile
resource to create a complete test-suite.This PR adds the following resources
aws_customerprofiles_domain
aws_customerprofiles_profile
Relations
Relates #33934
Relates #34267
References
Output from Acceptance Testing