-
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_cloudsearch_domain added source_fields
attribute for index
#24915
r/aws_cloudsearch_domain added source_fields
attribute for index
#24915
Conversation
This reverts commit 01f28ff.
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=TestAccCloudSearchDomain_' PKG=cloudsearch ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/cloudsearch/... -v -count 1 -parallel 2 -run=TestAccCloudSearchDomain_ -timeout 180m
=== RUN TestAccCloudSearchDomain_basic
=== PAUSE TestAccCloudSearchDomain_basic
=== RUN TestAccCloudSearchDomain_disappears
=== PAUSE TestAccCloudSearchDomain_disappears
=== RUN TestAccCloudSearchDomain_indexFields
=== PAUSE TestAccCloudSearchDomain_indexFields
=== RUN TestAccCloudSearchDomain_sourceFields
=== PAUSE TestAccCloudSearchDomain_sourceFields
=== RUN TestAccCloudSearchDomain_update
=== PAUSE TestAccCloudSearchDomain_update
=== CONT TestAccCloudSearchDomain_basic
=== CONT TestAccCloudSearchDomain_sourceFields
--- PASS: TestAccCloudSearchDomain_basic (606.20s)
=== CONT TestAccCloudSearchDomain_update
--- PASS: TestAccCloudSearchDomain_sourceFields (1570.78s)
=== CONT TestAccCloudSearchDomain_indexFields
--- PASS: TestAccCloudSearchDomain_update (2172.68s)
=== CONT TestAccCloudSearchDomain_disappears
--- PASS: TestAccCloudSearchDomain_indexFields (1769.46s)
--- PASS: TestAccCloudSearchDomain_disappears (815.94s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/cloudsearch 3605.054s
@daftkid Thanks for the contribution 🎉 👏. |
This functionality has been released in v4.16.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 #24814
Output from acceptance testing:
Sorry, I'm not able to run acceptance tests right now, may I ask you to run them, please?