terraform-cdk
terraform-cdk copied to clipboard
fix(lib): respect hclOutput app config
Related issue
Fixes #3875
Description
Only store and read the hclOutput configuration from the manifest (App class), respecting the value provided in the AppConfig, as well as the SYNTH_HCL_OUTPUT environment variable.
Checklist
- [ ] I have updated the PR title to match CDKTF's style guide
- [ ] I have run the linter on my code locally
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation if applicable
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works if applicable
- [ ] New and existing unit tests pass locally with my changes