hashicorp / consul-terraform-sync

Consul Terraform Sync is a service-oriented tool for managing network infrastructure near real-time.
Mozilla Public License 2.0
120 stars 27 forks source link

Document usage of output #1046

Open chris-aeviator opened 1 year ago

chris-aeviator commented 1 year ago

I'm not able to find any info on howto use the output functionality of terraform in CTS. I expect outputs to behave the same way as in terraform, so I can view them in the console for debug purposes. Currently I can only achieve this via writing them to files, since the documentation doesnt mention anything about it IMO.