Releases: devops-infra/action-terraform-copy-vars
Releases · devops-infra/action-terraform-copy-vars
v0.2
Synced versioning across organization.
First release
GitHub Action coping Terraform variables across modules
GitHub Action automatically copying variables' definitions from a single file to many modules.
Dockerized as devopsinfra/action-terraform-copy-vars.
Features:
- It's main use will be everywhere where Terraform is used with more than one module in a monorepo.
- Reads file defined with
all_vars_file
and will use whole definitions of variables from it. - For every module matching
dirs_with_modules
will search files matchingfiles_with_vars
and replace matching variables fromall_vars_file
. - To not loose the changes combine with my other action devops-infra/action-commit-push.