terraform/configs/testdata
James Bardin 8547603ff5 deprecation warning for destroy provisioner refs
Add deprecation warning for references from destroy provisioners or
their connections to external resources or values. In order to ensure
resource destruction can be completed correctly, destroy nodes must be
able to evaluate with only their instance state.

We have sufficient information to validate destroy-time provisioners
early on during the config loading process. Later on these can be
converted to hard errors, and only allow self, count.index, and each.key
in destroy provisioners. Limited the provisioner and block evaluation
scope later on is tricky, but if the references can never be loaded,
then they will never be encountered during evaluation.
2019-12-04 11:14:37 -05:00
..
config-build Standardise directory name for test data 2019-06-30 10:16:15 +02:00
dir-empty move IsEmptyDir to configs package 2019-07-18 13:07:10 -04:00
invalid-files Remove panic, update comment 2019-07-26 11:22:10 -04:00
invalid-modules Standardise directory name for test data 2019-06-30 10:16:15 +02:00
nested-errors ensure we record diagnostics from nested modules 2019-07-16 19:06:48 -04:00
valid-files configs: Warn for deprecated interpolation and quoted type constraints 2019-11-13 07:55:55 -08:00
valid-modules Standardise directory name for test data 2019-06-30 10:16:15 +02:00
warning-files deprecation warning for destroy provisioner refs 2019-12-04 11:14:37 -05:00