Skip to content

plus3it/terraform-aws-tardigrade-resource-group

Repository files navigation

Requirements

No requirements.

Providers

Name Version
aws n/a

Resources

Name Type

Inputs

Name Description Type Default Required
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.