terraform/configs/test-fixtures/valid-files
Martin Atkins e524d1eb95 configs: Simple test of loading valid configuration files
This test is intended to be an easy-to-maintain catalog of good examples
that we can use to catch certain parsing or decoding regressions easily.

It's not a fully-comprehensive test since it doesn't check the result
of decoding, instead just accepting any decode that completes without
errors. However, an easy-to-maintain test like this is a good complement
to some more specialized tests since we can easily collect good examples
over time and just add them in here.
2018-02-15 15:56:37 -08:00
..
backend.tf configs: Simple test of loading valid configuration files 2018-02-15 15:56:37 -08:00
data-sources.tf configs: Simple test of loading valid configuration files 2018-02-15 15:56:37 -08:00
empty.tf configs: Simple test of loading valid configuration files 2018-02-15 15:56:37 -08:00
empty.tf.json configs: Simple test of loading valid configuration files 2018-02-15 15:56:37 -08:00
locals.tf configs: Simple test of loading valid configuration files 2018-02-15 15:56:37 -08:00
locals.tf.json configs: Simple test of loading valid configuration files 2018-02-15 15:56:37 -08:00
module-calls.tf configs: Simple test of loading valid configuration files 2018-02-15 15:56:37 -08:00
outputs.tf configs: Simple test of loading valid configuration files 2018-02-15 15:56:37 -08:00
provider-configs.tf configs: Simple test of loading valid configuration files 2018-02-15 15:56:37 -08:00
required-providers.tf configs: Simple test of loading valid configuration files 2018-02-15 15:56:37 -08:00
required-version.tf configs: Simple test of loading valid configuration files 2018-02-15 15:56:37 -08:00
resources.tf configs: Simple test of loading valid configuration files 2018-02-15 15:56:37 -08:00
variables.tf configs: Simple test of loading valid configuration files 2018-02-15 15:56:37 -08:00
variables.tf.json configs: Simple test of loading valid configuration files 2018-02-15 15:56:37 -08:00