python-terrascript/examples/configs/README.md

12 lines
552 B
Markdown

# configs
This folder contains Terraform configurations or fragments in JSON format.
There used to be tests that used them to verify the configurations generated
against an expected outcome. Now they wait to be converted into examples for the
documentation instead.
Files ending in ``.tf.json`` are complete Terraform configurations whereas files
ending just in ``.json`` are only incomplete fragments.
Running ``test_configs.sh`` will execute ``terraform init`` and ``terraform validate``
against all complete configurations ending in ``.tf.json``.