docker-terraform-docs icon indicating copy to clipboard operation
docker-terraform-docs copied to clipboard

Question - Does this support tf version 0.14.7 ?

Open kristijorgji opened this issue 4 years ago • 1 comments
trafficstars

From readme table can not understand what version of docker-terraform-docs works with a particular tf version.

I was learning and playing around with tf 0.14.7, and tried cytopia/terraform-docs:0.10.1 latest docs image but did not work, and also error does not have many information why:

docker run --rm -it \
-v /Users/kristi.jorgji/tf-learn/modules/dummy:/data \
cytopia/terraform-docs:0.10.1 \
terraform-docs-replace --sort-inputs-by-required --with-aggregate-type-defaults md README.md

terraform-docs --sort-inputs-by-required --with-aggregate-type-defaults md .
Failed
make: *** [terraform-docs] Error 1

kristijorgji avatar Mar 16 '21 18:03 kristijorgji

Not sure what is supported in their upstream Regardless, Docker images have just been updated and you can try the :latest tag which is based on their master.

cytopia avatar Mar 17 '21 12:03 cytopia