-
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
r/aws_securityhub: Add aws_securityhub_member resource #6975
Conversation
Actually, I'll probably tweak this to include better error information once aws/aws-sdk-go#2372 is resolved |
Looks like this needs to be rebased. @gazoakley |
This has been open for a while. What will it take to get this merged in? |
@gazoakley ^^ |
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.
Thanks for submitting this PR so long ago, @gazoakley. Just one comment about the example in the documentation and it needs to be rebased, otherwise LGTM
```hcl | ||
resource "aws_securityhub_account" "example" {} | ||
|
||
resource "aws_securityhub_member" "example" { |
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.
Should this include a depends_on
argument?
f00d7cd
to
54fed5c
Compare
@gdavison Rebased and should be up to date now |
What is the status on this PR? Really looking forward to this feature along with a corresponding acceptor. |
I'm also waiting for this one. What does it take to get this merged? |
@gdavison What work still needs to be done for this PR to be accepted? |
@gdavison look like all require work is done, Can this be merged? LGTM. |
Patiently waiting for this feature to be merged as well :-) |
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.
Looks good to me, thanks @gazoakley 🚀
Output from acceptance testing:
--- PASS: TestAccAWSSecurityHub (89.60s)
--- PASS: TestAccAWSSecurityHub/Account (12.62s)
--- PASS: TestAccAWSSecurityHub/Account/basic (12.62s)
--- PASS: TestAccAWSSecurityHub/Member (19.02s)
--- PASS: TestAccAWSSecurityHub/Member/basic (9.65s)
--- PASS: TestAccAWSSecurityHub/Member/invite (9.37s)
--- PASS: TestAccAWSSecurityHub/ProductSubscription (20.25s)
--- PASS: TestAccAWSSecurityHub/ProductSubscription/basic (20.25s)
--- PASS: TestAccAWSSecurityHub/StandardsSubscription (37.71s)
--- PASS: TestAccAWSSecurityHub/StandardsSubscription/basic (37.71s)
This has been released in version 2.54.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 for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Partly addresses #6674
Changes proposed in this pull request:
aws_securityhub_member
Output from acceptance testing: