» Resource: aws_securityhub_account

Enables Security Hub for this AWS account.

» Example Usage

resource "aws_securityhub_account" "example" {}

» Argument Reference

The resource does not support any arguments.

» Attributes Reference

The following attributes are exported in addition to the arguments listed above:

  • id - AWS Account ID.

» Import

An existing Security Hub enabled account can be imported using the AWS account ID, e.g.

$ terraform import aws_securityhub_account.example 123456789012