You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we leverage the default (mainly human-readable) output of terraform version and consul version, but both have introduced JSON output which we could leverage and fall back to the default human output if parsing or execution fails.
Currently we leverage the default (mainly human-readable) output of
terraform version
andconsul version
, but both have introduced JSON output which we could leverage and fall back to the default human output if parsing or execution fails.https://www.terraform.io/docs/cli/commands/version.html#json
https://www.consul.io/commands/version#json-output
hc-install/product/terraform.go
Lines 29 to 49 in 9fcc92b
hc-install/product/consul.go
Lines 31 to 51 in 9fcc92b
The text was updated successfully, but these errors were encountered: