Sign inSign up

nubisproject/nubis-json2hcl

By nubisproject

Updated over 8 years ago

nubis-json2hcl docker image

Image
0

248

nubisproject/nubis-json2hcl repository overview

nubis-json2hcl

This is a small docker container (8.31MB) containing json2hcl.

Run it like:

echo 'arena = "core"' | docker run -i nubis-json2hcl -reverse

Or in a script like:

ARENA=$(docker run -i nubis-json2hcl -reverse \
    < ${TERRAFORM_PATH}/terraform.tfvars \
    | docker run -i nubis-jq jq --raw-output .arena)
echo "ARENA: ${ARENA}"

Tag summary

Content type

Image

Digest

Size

3.6 MB

Last updated

over 8 years ago

docker pull nubisproject/nubis-json2hcl:v0.0.2