-
Notifications
You must be signed in to change notification settings - Fork 457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output handling or integration recommendations? #802
Comments
No, there's not - but that's something on our radar - see #682 - Would this address your use-case?
No, but that would be a great option which would probably be part of this #227
You mean when the outputs are rendered as part of A general question: Which language are you using for cdktf - Typescript or something else? |
Nice. That looks like the ticket. I've commented there. Thanks!
Indeed. I commented there too with the workaround I have in place at the moment.
Sweet. I'll do that today. Just want to get a small reproduction case first.
Yep. Typescript. I'm using it to help drive performance analysis for elasticsearch and kibana. Since kibana dev is all typescript, I think this will be a nice way to get terraform more into that space. |
Opened #809 to follow up on the unmasked outputs. Thanks for the info! |
I'm going to lock this issue because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you've found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
I'm using cdktf to stand up a few cloud assets (elastic cloud clusters) and I'd like to do work against them after the
cdktf deploy
completes.So what I've done is to make a bunch of
TerraformOutput
s then I can runterraform output -json > outputs.json
and read things like endpoints and passwords from there.But this prompted a few questions:
scripts
. I looked to see if there was some sort ofafterSynthesize
similar toTerraformAsset.onSynthesize
but couldn't find anything.Thanks in advance for the recommendations!
The text was updated successfully, but these errors were encountered: