You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve terraform templates generator with build configs
Expected Behavior
Extract additional config NOT related to terraform template from .terrahub.yml.twig for components like s3_bucket and lambda_function
Store these configs in ./lib/configs/aws/[component_name].yml
Update generator script to include additional config for specific components (regardless if it's aws, google, azurerm or others)
Move component specific scripts folder from ./src/templates/aws/[template_name]/scripts/ to ./lib/scripts/aws/[template_name]/ (e.g. lambda_function, s3_bucket, cloudfront_distribution)
The text was updated successfully, but these errors were encountered:
Describe the Feature
Improve terraform templates generator with build configs
Expected Behavior
.terrahub.yml.twig
for components likes3_bucket
andlambda_function
./lib/configs/aws/[component_name].yml
generator
script to include additional config for specific components (regardless if it'saws
,google
,azurerm
or others)./src/templates/aws/[template_name]/scripts/
to./lib/scripts/aws/[template_name]/
(e.g. lambda_function, s3_bucket, cloudfront_distribution)The text was updated successfully, but these errors were encountered: