python-terrascript/examples/configs
Ilon Sjögren 7ac44e29fd Should generate docs without warnings, and keep examples updated 2020-09-11 16:32:35 +02:00
..
Locals_locals_example1.json Should generate docs without warnings, and keep examples updated 2020-09-11 16:32:35 +02:00
Output_output_example1.json Should generate docs without warnings, and keep examples updated 2020-09-11 16:32:35 +02:00
Provider_provider_with_nested_arguments.json Should generate docs without warnings, and keep examples updated 2020-09-11 16:32:35 +02:00
README.md Should generate docs without warnings, and keep examples updated 2020-09-11 16:32:35 +02:00
Resource_resource.json Should generate docs without warnings, and keep examples updated 2020-09-11 16:32:35 +02:00
Resource_resource_with_arguments.json Should generate docs without warnings, and keep examples updated 2020-09-11 16:32:35 +02:00
Resource_resource_with_dictionary.json Should generate docs without warnings, and keep examples updated 2020-09-11 16:32:35 +02:00
Resource_resource_with_list.json Should generate docs without warnings, and keep examples updated 2020-09-11 16:32:35 +02:00
Resource_resource_with_nested_arguments.json Should generate docs without warnings, and keep examples updated 2020-09-11 16:32:35 +02:00
Variable_variable_example1.json Should generate docs without warnings, and keep examples updated 2020-09-11 16:32:35 +02:00
Variable_variable_example2.json Should generate docs without warnings, and keep examples updated 2020-09-11 16:32:35 +02:00
Variable_variable_in_resource.json Should generate docs without warnings, and keep examples updated 2020-09-11 16:32:35 +02:00
test_configs.sh Should generate docs without warnings, and keep examples updated 2020-09-11 16:32:35 +02:00
test_example_003.tf.json Should generate docs without warnings, and keep examples updated 2020-09-11 16:32:35 +02:00
test_example_004.tf.json Should generate docs without warnings, and keep examples updated 2020-09-11 16:32:35 +02:00
test_example_005.tf.json Should generate docs without warnings, and keep examples updated 2020-09-11 16:32:35 +02:00
test_example_006.tf.json Should generate docs without warnings, and keep examples updated 2020-09-11 16:32:35 +02:00
test_example_007.tf.json Should generate docs without warnings, and keep examples updated 2020-09-11 16:32:35 +02:00
test_example_008.tf.json Should generate docs without warnings, and keep examples updated 2020-09-11 16:32:35 +02:00
test_issue63.tf.json Should generate docs without warnings, and keep examples updated 2020-09-11 16:32:35 +02:00

README.md

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.