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
- Host: GitHub
- URL: https://github.com/plus3it/terraform-aws-tardigrade-resource-group
- Owner: plus3it
- License: apache-2.0
- Created: 2023-02-02T18:53:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T01:24:31.000Z (over 1 year ago)
- Last Synced: 2025-02-24T02:33:23.360Z (over 1 year ago)
- Language: HCL
- Size: 57.6 KB
- Stars: 0
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.