action-terraform-copy-vars

GitHub Action automatically copying variables' definitions from a single file to many modules

MIT License

Stars
1
Committers
2

Bot releases are hidden (Show)

action-terraform-copy-vars - v0.2 Latest Release

Published by ChristophShyper over 3 years ago

Synced versioning across organization.

action-terraform-copy-vars - First release

Published by ChristophShyper about 4 years ago

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.
Package Rankings
Top 29.14% on Github actions
Badges
Extracted from project README