Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: Allow param filename configuration per target with the CFn prov…
…ider + bugfixes (#565) * Fix ADF Codepipeline readability and line length * Refactor CodePipeline target, fallback default config retrieval * Feat: Allow param filename configuration per target with the CFn provider **Why?** Allowing a specific parameter file to be used. This is especially useful if you would like to reuse a template. Often these templates are committed or generated with another generator than generate_params.py. **What?** * Added params_filename to the CloudFormation provider schema. * Updated the CloudFormation provider to support setting the params_filename. * Documented the param_filename property in the CloudFormation provider docs. * Improve doc on CodeBuild Role usage in the deploy account * Refactor contains transform template name logic CFn provider
- Loading branch information