An open API service indexing awesome lists of open source software.

https://github.com/plus3it/terraform-aws-tardigrade-resource-group


https://github.com/plus3it/terraform-aws-tardigrade-resource-group

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

## Requirements

No requirements.

## Providers

| Name | Version |
|------|---------|
| [aws](#provider\_aws) | n/a |

## Resources

| Name | Type |
|------|------|

## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [resource\_group](#input\_resource\_group) | Object of configuration attributes for the resource group |

object({
name = string
description = optional(string)

resource_query = object({
type = optional(string, "TAG_FILTERS_1_0")
query = object({
ResourceTypeFilters = optional(list(string), ["AWS::AllSupported"])
TagFilters = list(object({
Key = string,
Values = list(string)
}))
})
})
})
| n/a | yes |

## Outputs

No outputs.