terraform/configs/test-fixtures/invalid-files
Martin Atkins 4fa8c16ead configs: support ignore_changes wildcards
The initial pass of implementation here missed the special case where
ignore_changes can, in the old parser, be set to ["*"] to ignore changes
to all attributes.

Since that syntax is awkward and non-obvious, our new decoder will instead
expect ignore_changes = all, using HCL2's capability to interpret an
expression as a literal keyword. For compatibility with old configurations
we will still accept the ["*"] form but emit a deprecation warning to
encourage moving to the new form.
2018-02-15 15:56:39 -08:00
..
data-resource-lifecycle.tf configs: Another simple test for _invalid_ config files 2018-02-15 15:56:37 -08:00
json-as-native-syntax.tf configs: Parser.LoadConfigDir 2018-02-15 15:56:37 -08:00
native-syntax-as-json.tf.json configs: Parser.LoadConfigDir 2018-02-15 15:56:37 -08:00
resource-lifecycle-badbool.tf configs: Another simple test for _invalid_ config files 2018-02-15 15:56:37 -08:00
resources-ignorechanges-all-legacymix.tf configs: support ignore_changes wildcards 2018-02-15 15:56:39 -08:00
unexpected-attr.tf configs: Another simple test for _invalid_ config files 2018-02-15 15:56:37 -08:00
unexpected-block.tf configs: Another simple test for _invalid_ config files 2018-02-15 15:56:37 -08:00
variable-type-unknown.tf configs: Another simple test for _invalid_ config files 2018-02-15 15:56:37 -08:00
zerolen.tf.json configs: Another simple test for _invalid_ config files 2018-02-15 15:56:37 -08:00