Skip to content
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 SecurityHub Organizational admin #17128

Closed
mbevc1 opened this issue Jan 15, 2021 · 3 comments · Fixed by #17501
Closed

AWS SecurityHub Organizational admin #17128

mbevc1 opened this issue Jan 15, 2021 · 3 comments · Fixed by #17501
Assignees
Labels
new-resource Introduces a new resource. service/securityhub Issues and PRs that pertain to the securityhub service.
Milestone

Comments

@mbevc1
Copy link

mbevc1 commented Jan 15, 2021

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Following up from #6674 (comment) I think this deserves a separate issue to work on. It would be great to manage AWS Organizations delegation for SecurityHub.

New or Affected Resource(s)

  • aws_securityhub_organization_admin_account

Potential Terraform Configuration

resource "aws_organizations_organization" "example" {
  aws_service_access_principals = ["securityhub.amazonaws.com"]
  feature_set                   = "ALL"
}

resource "aws_securityhub_account" "example" {}

resource "aws_securityhub_organization_admin_account" "example" {
  depends_on = [aws_organizations_organization.example]

  admin_account_id = "123456789012"
}

References

  • #0000
@mbevc1 mbevc1 added the enhancement Requests to existing resources that expand the functionality or scope. label Jan 15, 2021
@ghost ghost added service/organizations Issues and PRs that pertain to the organizations service. service/securityhub Issues and PRs that pertain to the securityhub service. labels Jan 15, 2021
@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Jan 15, 2021
@anGie44 anGie44 removed the needs-triage Waiting for first response or review from a maintainer. label Jan 15, 2021
@bflad bflad added new-resource Introduces a new resource. and removed enhancement Requests to existing resources that expand the functionality or scope. service/organizations Issues and PRs that pertain to the organizations service. labels Jan 28, 2021
@anGie44 anGie44 self-assigned this Feb 7, 2021
@anGie44 anGie44 added this to the v3.28.0 milestone Feb 11, 2021
@mbevc1
Copy link
Author

mbevc1 commented Feb 11, 2021

👍 awesome

@ghost
Copy link

ghost commented Feb 12, 2021

This has been released in version 3.28.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!

@ghost
Copy link

ghost commented Mar 13, 2021

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!

@ghost ghost locked as resolved and limited conversation to collaborators Mar 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
new-resource Introduces a new resource. service/securityhub Issues and PRs that pertain to the securityhub service.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants