terraform/configs/testdata/warning-files
Alisdair McDiarmid 13ed5af5c8 configs: Deprecate nested redundant interpolations
Previous deprecations only included direct assignment of template-only
expressions to arguments. That is, this was not deprecated:

locals {
  foo = ["${var.foo}"]
}

This commit uses hclsyntax.VisitAll to detect and show deprecations for
all template-only expressions, no matter how deep they are in a given
expression.
2020-09-22 13:40:08 -04:00
..
depends_on.tf configs: Emit warnings for deprecated quoted references/keywords 2019-11-11 10:17:34 -08:00
ignore_changes.tf configs: Emit warnings for deprecated quoted references/keywords 2019-11-11 10:17:34 -08:00
provider_ref.tf configs: Emit warnings for deprecated quoted references/keywords 2019-11-11 10:17:34 -08:00
provisioner_keyword.tf configs: Emit warnings for deprecated quoted references/keywords 2019-11-11 10:17:34 -08:00
redundant_interp.tf configs: Deprecate nested redundant interpolations 2020-09-22 13:40:08 -04:00
variable_type_quoted.tf configs: Warn for deprecated interpolation and quoted type constraints 2019-11-13 07:55:55 -08:00
variables-sensitive.tf Create experiment for sensitive attribute 2020-09-10 11:04:17 -04:00
vendor_provisioners.tf Add deprecation warning for vendor provisioners 2020-08-26 10:46:04 -04:00