-
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
Add configuration
block to aws_accessanalyzer_analyzer
resource
#35310
Add configuration
block to aws_accessanalyzer_analyzer
resource
#35310
Conversation
Community NoteVoting for Prioritization
For Submitters
|
configuration
argument to aws_accessanalyzer_analyzer
resourceconfiguration
block to aws_accessanalyzer_analyzer
resource
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=TestAccAccessAnalyzer_serial/Analyzer' PKG=accessanalyzer
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/accessanalyzer/... -v -count 1 -parallel 20 -run=TestAccAccessAnalyzer_serial/Analyzer -timeout 360m
=== RUN TestAccAccessAnalyzer_serial
=== PAUSE TestAccAccessAnalyzer_serial
=== CONT TestAccAccessAnalyzer_serial
=== RUN TestAccAccessAnalyzer_serial/Analyzer
=== RUN TestAccAccessAnalyzer_serial/Analyzer/basic
=== RUN TestAccAccessAnalyzer_serial/Analyzer/configuration
=== RUN TestAccAccessAnalyzer_serial/Analyzer/disappears
=== RUN TestAccAccessAnalyzer_serial/Analyzer/tags
=== RUN TestAccAccessAnalyzer_serial/Analyzer/Type_Organization
acctest.go:988: skipping tests; this AWS account must not be an existing member of an AWS Organization
--- PASS: TestAccAccessAnalyzer_serial (89.30s)
--- PASS: TestAccAccessAnalyzer_serial/Analyzer (89.30s)
--- PASS: TestAccAccessAnalyzer_serial/Analyzer/basic (18.36s)
--- PASS: TestAccAccessAnalyzer_serial/Analyzer/configuration (17.13s)
--- PASS: TestAccAccessAnalyzer_serial/Analyzer/disappears (14.75s)
--- PASS: TestAccAccessAnalyzer_serial/Analyzer/tags (38.75s)
--- SKIP: TestAccAccessAnalyzer_serial/Analyzer/Type_Organization (0.32s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/accessanalyzer 99.749s
% make testacc TESTARGS='-run=TestAccAccessAnalyzer_serial/Analyzer/Type_Organization' PKG=accessanalyzer
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/accessanalyzer/... -v -count 1 -parallel 20 -run=TestAccAccessAnalyzer_serial/Analyzer/Type_Organization -timeout 360m
=== RUN TestAccAccessAnalyzer_serial
=== PAUSE TestAccAccessAnalyzer_serial
=== CONT TestAccAccessAnalyzer_serial
=== RUN TestAccAccessAnalyzer_serial/Analyzer
=== RUN TestAccAccessAnalyzer_serial/Analyzer/Type_Organization
--- PASS: TestAccAccessAnalyzer_serial (33.72s)
--- PASS: TestAccAccessAnalyzer_serial/Analyzer (33.72s)
--- PASS: TestAccAccessAnalyzer_serial/Analyzer/Type_Organization (33.72s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/accessanalyzer 44.559s
@DanielRieske Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.34.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
This PR adds the
configuration
argument to theaws_accessanalyzer_analyzer
resource.This argument contains information about the configuration of an unused access analyzer for an AWS organization or account.
Relations
Closes #35205
References
Output from Acceptance Testing