gomplate
gomplate copied to clipboard
Support for accessing terraform output values
It would be really useful if gomplate could have native support for accessing terraform output values. Using the terraform CLI this can easily be done using terraform output -json some_output_value
. Having the ability to access terraform state using a data source would be pretty useful when performing various templating tasks!