terraform-cdk icon indicating copy to clipboard operation
terraform-cdk copied to clipboard

fix(lib): respect hclOutput app config

Open jyecusch opened this issue 5 months ago • 3 comments

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

jyecusch avatar May 22 '25 04:05 jyecusch