github.com/nathanielks/terraform@v0.6.1-0.20170509030759-13e1a62319dc/website/source/docs/providers/aws/r/inspector_resource_group.html.markdown (about)

     1  ---
     2  layout: "aws"
     3  page_title: "AWS: aws_inspector_resource_group"
     4  sidebar_current: "docs-aws-resource-inspector-resource-group"
     5  description: |-
     6    Provides a Inspector resource group.
     7  ---
     8  
     9  # aws\_inspector\_resource\_group
    10  
    11  Provides a Inspector resource group
    12  
    13  ## Example Usage
    14  
    15  ```hcl
    16  resource "aws_inspector_resource_group" "bar" {
    17    tags {
    18      Name = "foo"
    19      Env  = "bar"
    20    }
    21  }
    22  ```
    23  
    24  ## Argument Reference
    25  
    26  The following arguments are supported:
    27  
    28  * `tags` - (Required) The tags on your EC2 Instance.
    29  
    30  ## Attributes Reference
    31  
    32  The following attributes are exported:
    33  
    34  * `arn` - The resource group ARN.