Module: resourcegroups_group
Creates AWS Resource Groups to dynamically target EC2 instances via tags for maintenance windows and automation.
Input Map Key Pattern
Root variable: resourcegroups_group (map of objects).
| Field | Type | Description |
|---|---|---|
| name | string | Override group name (optional) |
| resource_query | object | Required: includes ResourceTypeFilters, TagFilters |
| tags | map(string) | Optional tags |
Behavior
- Generates
aws_resourcegroups_groupwith a tag filter query - Tag-driven membership means no manual instance list maintenance.