Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(tfvars): Add function to get .tfvars files from a directory #10

Merged
merged 1 commit into from
Mar 28, 2024

Conversation

Excoriate
Copy link
Owner

This commit adds the GetTFVarsFromWorkdir function to the tfvars package,
which scans a directory for .tfvars files and returns their filenames. This
function is essential for retrieving Terraform variable files in scenarios.
It also includes a new utility function called MergeSlices for combining
string slices.

This commit adds the GetTFVarsFromWorkdir function to the tfvars package,
which scans a directory for .tfvars files and returns their filenames. This
function is essential for retrieving Terraform variable files in scenarios.
It also includes a new utility function called MergeSlices for combining
string slices.
@Excoriate Excoriate merged commit a01a7db into main Mar 28, 2024
7 of 11 checks passed
@Excoriate Excoriate deleted the feat/add-scanned-tfvars-validation-branch branch March 28, 2024 10:32
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.

1 participant