4fa8c16ead
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. |
||
---|---|---|
.. | ||
data-resource-lifecycle.tf | ||
json-as-native-syntax.tf | ||
native-syntax-as-json.tf.json | ||
resource-lifecycle-badbool.tf | ||
resources-ignorechanges-all-legacymix.tf | ||
unexpected-attr.tf | ||
unexpected-block.tf | ||
variable-type-unknown.tf | ||
zerolen.tf.json |