github.com/jpreese/tflint@v0.19.2-0.20200908152133-b01686250fb6/rules/awsrules/models/mappings/resource-groups.hcl (about)

     1  import = "aws-sdk-go/models/apis/resource-groups/2017-11-27/api-2.json"
     2  
     3  mapping "aws_resourcegroups_group" {
     4    name           = GroupName
     5    description    = any //GroupDescription
     6    resource_query = ResourceQuery
     7  }