-
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
aws_elasticsearch_domain add throughput attr 26045 #26175
aws_elasticsearch_domain add throughput attr 26045 #26175
Conversation
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 🚀.
% ACCTEST_TIMEOUT=600m make testacc TESTARGS='-run=TestAccOpenSearchDomainDataSource_Data_\|TestAccOpenSearchDomain_Volume\|TestAccOpenSearchDomain_basic' PKG=opensearch ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/opensearch/... -v -count 1 -parallel 3 -run=TestAccOpenSearchDomainDataSource_Data_\|TestAccOpenSearchDomain_Volume\|TestAccOpenSearchDomain_basic -timeout 600m
=== RUN TestAccOpenSearchDomainDataSource_Data_basic
=== PAUSE TestAccOpenSearchDomainDataSource_Data_basic
=== RUN TestAccOpenSearchDomainDataSource_Data_advanced
=== PAUSE TestAccOpenSearchDomainDataSource_Data_advanced
=== RUN TestAccOpenSearchDomain_basic
=== PAUSE TestAccOpenSearchDomain_basic
=== RUN TestAccOpenSearchDomain_VolumeType_update
=== PAUSE TestAccOpenSearchDomain_VolumeType_update
=== RUN TestAccOpenSearchDomain_VolumeType_missing
=== PAUSE TestAccOpenSearchDomain_VolumeType_missing
=== CONT TestAccOpenSearchDomainDataSource_Data_basic
=== CONT TestAccOpenSearchDomain_VolumeType_update
=== CONT TestAccOpenSearchDomain_VolumeType_missing
--- PASS: TestAccOpenSearchDomain_VolumeType_missing (1127.40s)
=== CONT TestAccOpenSearchDomain_basic
--- PASS: TestAccOpenSearchDomainDataSource_Data_basic (1398.54s)
=== CONT TestAccOpenSearchDomainDataSource_Data_advanced
--- PASS: TestAccOpenSearchDomain_basic (1659.30s)
--- PASS: TestAccOpenSearchDomainDataSource_Data_advanced (1884.96s)
--- PASS: TestAccOpenSearchDomain_VolumeType_update (3715.23s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/opensearch 3719.229s
% ACCTEST_TIMEOUT=600m make testacc TESTARGS='-run=TestAccElasticsearchDomainDataSource_Data_\|TestAccElasticsearchDomain_UpdateVolume_type\|TestAccElasticsearchDomain_basic' PKG=elasticsearch ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/elasticsearch/... -v -count 1 -parallel 3 -run=TestAccElasticsearchDomainDataSource_Data_\|TestAccElasticsearchDomain_UpdateVolume_type\|TestAccElasticsearchDomain_basic -timeout 600m
=== RUN TestAccElasticsearchDomainDataSource_Data_basic
=== PAUSE TestAccElasticsearchDomainDataSource_Data_basic
=== RUN TestAccElasticsearchDomainDataSource_Data_advanced
=== PAUSE TestAccElasticsearchDomainDataSource_Data_advanced
=== RUN TestAccElasticsearchDomain_basic
=== PAUSE TestAccElasticsearchDomain_basic
=== RUN TestAccElasticsearchDomain_UpdateVolume_type
=== PAUSE TestAccElasticsearchDomain_UpdateVolume_type
=== CONT TestAccElasticsearchDomainDataSource_Data_basic
=== CONT TestAccElasticsearchDomain_basic
=== CONT TestAccElasticsearchDomainDataSource_Data_advanced
--- PASS: TestAccElasticsearchDomain_basic (1210.54s)
=== CONT TestAccElasticsearchDomain_UpdateVolume_type
--- PASS: TestAccElasticsearchDomainDataSource_Data_basic (1502.67s)
--- PASS: TestAccElasticsearchDomainDataSource_Data_advanced (1915.32s)
--- PASS: TestAccElasticsearchDomain_UpdateVolume_type (3985.80s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/elasticsearch 3989.600s
@nickyamanaka Thanks for the contribution 🎉 👏. |
This functionality has been released in v4.26.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 #26045
Output from acceptance testing: