nubis-json2hcl docker image
248
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}"
Content type
Image
Digest
Size
3.6 MB
Last updated
over 8 years ago
docker pull nubisproject/nubis-json2hcl:v0.0.2