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

Add terraform-dependencies clean-tfvars-cache command #374

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

Stretch96
Copy link
Member

  • This command checks for any tfvar files in the cache (~/.config/dalmatian/.cache/tfvars) that are no longer required - eg. when an infrastructure or account is deleted, and the workspace no longer exists
  • The command has been added to the end of get-tfvars, so that it will run automatically periodically (eg. during an update). This will keep the cache free of any old/unwanted tfvar files.

* This command checks for any tfvar files in the cache (`~/.config/dalmatian/.cache/tfvars`)
  that are no longer required - eg. when an infrastructure or account is
  deleted, and the workspace no longer exists
* The command has been added to the end of `get-tfvars`, so that it will
  run automatically periodically (eg. during an update). This will keep
  the cache free of any old/unwanted tfvar files.
@Stretch96 Stretch96 force-pushed the add-clean-tfvars-cache-command branch from 0aca106 to 9a983d5 Compare October 7, 2024 14:07
@Stretch96 Stretch96 merged commit b11c7bd into main Oct 7, 2024
3 checks passed
@Stretch96 Stretch96 deleted the add-clean-tfvars-cache-command branch October 7, 2024 14:17
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.

2 participants