-
Notifications
You must be signed in to change notification settings - Fork 9.8k
r/aws_observabilityadmin_centralization_rule_for_organization #44806
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_observabilityadmin_centralization_rule_for_organization #44806
Conversation
|
✅ Thank you for correcting the previously detected issues! The maintainers appreciate your efforts to make the review process as smooth as possible. |
Community GuidelinesThis comment is added to every new Pull Request to provide quick reference to how the Terraform AWS Provider is maintained. Please review the information below, and thank you for contributing to the community that keeps the provider thriving! 🚀 Voting for Prioritization
Pull Request Authors
|
% make testacc TESTARGS='-run=TestAccObservabilityAdminCentralizationRuleForOrganization' PKG=observabilityadmin ACCTEST_PARALLELISM=5
make: Fixing source code with gofmt...
gofmt -s -w ./internal ./names ./.ci/providerlint/helper ./.ci/providerlint/main.go ./.ci/providerlint/passes
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
make: Building provider...
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
make: Running acceptance tests on branch: 🌿 f-observabilityadmin_centralization_rule_for_organization 🌿...
TF_ACC=1 go1.24.8 test ./internal/service/observabilityadmin/... -v -count 1 -parallel 5 -run=TestAccObservabilityAdminCentralizationRuleForOrganization -timeout 360m -vet=off
2025/10/31 22:22:19 Creating Terraform AWS Provider (SDKv2-style)...
2025/10/31 22:22:19 Initializing Terraform AWS Provider (SDKv2-style)...
=== RUN TestAccObservabilityAdminCentralizationRuleForOrganization_basic
=== PAUSE TestAccObservabilityAdminCentralizationRuleForOrganization_basic
=== RUN TestAccObservabilityAdminCentralizationRuleForOrganization_disappears
=== PAUSE TestAccObservabilityAdminCentralizationRuleForOrganization_disappears
=== RUN TestAccObservabilityAdminCentralizationRuleForOrganization_update
=== PAUSE TestAccObservabilityAdminCentralizationRuleForOrganization_update
=== CONT TestAccObservabilityAdminCentralizationRuleForOrganization_basic
=== CONT TestAccObservabilityAdminCentralizationRuleForOrganization_update
=== CONT TestAccObservabilityAdminCentralizationRuleForOrganization_disappears
--- PASS: TestAccObservabilityAdminCentralizationRuleForOrganization_disappears (29.13s)
--- PASS: TestAccObservabilityAdminCentralizationRuleForOrganization_basic (35.26s)
--- PASS: TestAccObservabilityAdminCentralizationRuleForOrganization_update (74.91s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/observabilityadmin 77.108s |
…onal plan-time validations.
…onal acceptance test pre-checks.
…or the rule to become healthy.
% make testacc TESTARGS='-run=TestAccObservabilityAdminCentralizationRuleForOrganization_basic' PKG=observabilityadmin make: Verifying source code with gofmt... ==> Checking that code complies with gofmt requirements... make: Running acceptance tests on branch: 🌿 HEAD 🌿... TF_ACC=1 go1.24.10 test ./internal/service/observabilityadmin/... -v -count 1 -parallel 20 -run=TestAccObservabilityAdminCentralizationRuleForOrganization_basic -timeout 360m -vet=off 2025/11/10 16:31:33 Creating Terraform AWS Provider (SDKv2-style)... 2025/11/10 16:31:33 Initializing Terraform AWS Provider (SDKv2-style)... === RUN TestAccObservabilityAdminCentralizationRuleForOrganization_basic === PAUSE TestAccObservabilityAdminCentralizationRuleForOrganization_basic === CONT TestAccObservabilityAdminCentralizationRuleForOrganization_basic --- PASS: TestAccObservabilityAdminCentralizationRuleForOrganization_basic (19.71s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/observabilityadmin 25.386s
…estAccObservabilityAdminCentralizationRuleForOrganization_tags'.
ewbankkit
left a comment
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=TestAccObservabilityAdminCentralizationRuleForOrganization_' PKG=observabilityadmin ACCTEST_PARALLELISM=2
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
make: Running acceptance tests on branch: 🌿 HEAD 🌿...
TF_ACC=1 go1.24.10 test ./internal/service/observabilityadmin/... -v -count 1 -parallel 2 -run=TestAccObservabilityAdminCentralizationRuleForOrganization_ -timeout 360m -vet=off
2025/11/11 09:53:01 Creating Terraform AWS Provider (SDKv2-style)...
2025/11/11 09:53:01 Initializing Terraform AWS Provider (SDKv2-style)...
=== RUN TestAccObservabilityAdminCentralizationRuleForOrganization_basic
=== PAUSE TestAccObservabilityAdminCentralizationRuleForOrganization_basic
=== RUN TestAccObservabilityAdminCentralizationRuleForOrganization_disappears
=== PAUSE TestAccObservabilityAdminCentralizationRuleForOrganization_disappears
=== RUN TestAccObservabilityAdminCentralizationRuleForOrganization_update
=== PAUSE TestAccObservabilityAdminCentralizationRuleForOrganization_update
=== RUN TestAccObservabilityAdminCentralizationRuleForOrganization_tags
=== PAUSE TestAccObservabilityAdminCentralizationRuleForOrganization_tags
=== CONT TestAccObservabilityAdminCentralizationRuleForOrganization_basic
=== CONT TestAccObservabilityAdminCentralizationRuleForOrganization_update
--- PASS: TestAccObservabilityAdminCentralizationRuleForOrganization_basic (20.06s)
=== CONT TestAccObservabilityAdminCentralizationRuleForOrganization_disappears
--- PASS: TestAccObservabilityAdminCentralizationRuleForOrganization_disappears (14.82s)
=== CONT TestAccObservabilityAdminCentralizationRuleForOrganization_tags
--- PASS: TestAccObservabilityAdminCentralizationRuleForOrganization_update (44.13s)
--- PASS: TestAccObservabilityAdminCentralizationRuleForOrganization_tags (41.44s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/observabilityadmin 82.352s
YakDriver
left a comment
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 🎉
|
@bonclay7 Thanks for the contribution 🎉 👏. |
|
Warning This Issue has been closed, meaning that any additional comments are much easier for the maintainers to miss. Please assume that the maintainers will not see them. Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed. |
|
This functionality has been released in v6.21.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! |
Rollback Plan
If a change needs to be reverted, we will publish an updated version of the library.
Changes to Security Controls
No
Description
This implements a centralization rule in an AWS Org for telemetry data
Relations
Relates #44651
Output from Acceptance Testing