v0.2.72
Description
Allow customization of local
and remote
parameters for terrahub components (issue #753)
For example, use in root .terrahub.yml
something like this:
template:
locals:
component:
local: /tmp/.terrahub/local_tfvars
remote: s3://terraform-aws-landing-zone/remote_tfvars
Type of Changes
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to change)
- This change requires a change to the documentation