Skip to content

Add multivalue function to group#41

Closed
worzel666 wants to merge 1 commit intomasterfrom
multi-group-support
Closed

Add multivalue function to group#41
worzel666 wants to merge 1 commit intomasterfrom
multi-group-support

Conversation

@worzel666
Copy link
Copy Markdown

No description provided.

@Zordrak
Copy link
Copy Markdown
Collaborator

Zordrak commented Apr 24, 2026

Thanks for this Jack — the multi-group idea is solid and we are implementing it.

Closing this as the codebase has moved significantly since 2023 (set -uo pipefail enforcement, region handling rewrite, etc.) so a clean implementation on current master is the pragmatic path. The feature will land in v2.3.2 with proper set -u safety and IFS-safe parsing.

Cheers

@Zordrak Zordrak closed this Apr 24, 2026
Zordrak added a commit that referenced this pull request Apr 24, 2026
The -g/--group flag (also --groups) now accepts comma-delimited
values, e.g. -g dev,live, loading each group tfvars file in order.

Uses IFS-safe read -ra parsing and iterates with a proper array
loop, safe under set -uo pipefail with empty input.

Closes #41.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants