aws_inspector_resource_group

Provides a Inspector resource group

Example Usage

resource "aws_inspector_resource_group" "bar" {
  tags {
    Name = "foo"
    Env  = "bar"
  }
}

Argument Reference

The following arguments are supported:

  • tags - (Required) The tags on your EC2 Instance.

Attributes Reference

In addition to all arguments above, the following attributes are exported:

  • arn - The resource group ARN.

© 2018 HashiCorp
Licensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/aws/r/inspector_resource_group.html