-
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
Add resources to manage Detective in an Organization #25237
Add resources to manage Detective in an Organization #25237
Conversation
1547248
to
71c60d6
Compare
71c60d6
to
8cffa5e
Compare
8cffa5e
to
69af9dc
Compare
69af9dc
to
0371189
Compare
0371189
to
5ee660a
Compare
Hi there, Is there any updates on this PR? Thanks 👍 |
Signed-off-by: Owen Farrell <[email protected]>
Signed-off-by: Owen Farrell <[email protected]>
4461572
to
85f43ac
Compare
Rebased over a59ffd8. Made some updates to account for schema API changes for both resources and acceptance tests... but everything still passes okay. |
@breathingdust / @justinretzolk is there any update on getting this released? |
This would be incredibly useful to us as well.. |
% make testacc TESTARGS='-run=TestAccDetective_serial/Graph' PKG=detective ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/detective/... -v -count 1 -parallel 20 -run=TestAccDetective_serial/Graph -timeout 360m === RUN TestAccDetective_serial === PAUSE TestAccDetective_serial === CONT TestAccDetective_serial === RUN TestAccDetective_serial/Graph === RUN TestAccDetective_serial/Graph/basic === RUN TestAccDetective_serial/Graph/disappears === RUN TestAccDetective_serial/Graph/tags --- PASS: TestAccDetective_serial (121.20s) --- PASS: TestAccDetective_serial/Graph (121.20s) --- PASS: TestAccDetective_serial/Graph/basic (31.48s) --- PASS: TestAccDetective_serial/Graph/disappears (20.73s) --- PASS: TestAccDetective_serial/Graph/tags (68.99s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/detective 127.274s
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=TestAccDetective_serial/Graph' PKG=detective
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/detective/... -v -count 1 -parallel 20 -run=TestAccDetective_serial/Graph -timeout 360m
=== RUN TestAccDetective_serial
=== PAUSE TestAccDetective_serial
=== CONT TestAccDetective_serial
=== RUN TestAccDetective_serial/Graph
=== RUN TestAccDetective_serial/Graph/basic
=== RUN TestAccDetective_serial/Graph/disappears
=== RUN TestAccDetective_serial/Graph/tags
--- PASS: TestAccDetective_serial (121.20s)
--- PASS: TestAccDetective_serial/Graph (121.20s)
--- PASS: TestAccDetective_serial/Graph/basic (31.48s)
--- PASS: TestAccDetective_serial/Graph/disappears (20.73s)
--- PASS: TestAccDetective_serial/Graph/tags (68.99s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/detective 127.274s
This functionality has been released in v5.24.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 #23201.
Closes #23459.
Output from acceptance testing: