7ac44e29fd | ||
---|---|---|
.. | ||
Locals_locals_example1.json | ||
Output_output_example1.json | ||
Provider_provider_with_nested_arguments.json | ||
README.md | ||
Resource_resource.json | ||
Resource_resource_with_arguments.json | ||
Resource_resource_with_dictionary.json | ||
Resource_resource_with_list.json | ||
Resource_resource_with_nested_arguments.json | ||
Variable_variable_example1.json | ||
Variable_variable_example2.json | ||
Variable_variable_in_resource.json | ||
test_configs.sh | ||
test_example_003.tf.json | ||
test_example_004.tf.json | ||
test_example_005.tf.json | ||
test_example_006.tf.json | ||
test_example_007.tf.json | ||
test_example_008.tf.json | ||
test_issue63.tf.json |
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
.