Skip to content

Releases: devops-infra/action-terraform-copy-vars

v0.2

05 Jul 20:25
3f91c56
Compare
Choose a tag to compare

Synced versioning across organization.

First release

09 Sep 12:19
3086694
Compare
Choose a tag to compare

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 matching files_with_vars and replace matching variables from all_vars_file.
  • To not loose the changes combine with my other action devops-infra/action-commit-push.