terraform/config/test-fixtures
Mitchell Hashimoto 694b16de5d
config: ignore_changes cannot have interpolations
This is the limitation of all lifecycle attributes currently. Right now,
interpolations are allowed through and the user ends up thinking it
should work. We should give an error.

In the future it should be possible to support some minimal set of
interpolations (static variables, data sources even perhaps) but for now
let's validate that this doesn't work.
2016-10-24 23:06:33 -07:00
..
copy-basic
count-int
count-string
count-var
data-count
dir-basic
dir-empty
dir-merge
dir-override
dir-override-var
dir-temporary-files
empty-collections
import
interpolations
validate-bad-depends-on
validate-bad-multi-resource
validate-count-bad-context
validate-count-below-zero
validate-count-count-var
validate-count-int
validate-count-module-var
validate-count-not-int
validate-count-resource-var
validate-count-resource-var-multi
validate-count-user-var
validate-count-var
validate-count-var-invalid
validate-count-var-unknown
validate-count-zero
validate-depends-on-var
validate-dup-module
validate-dup-resource
validate-good
validate-ignore-changes
validate-ignore-changes-bad
validate-ignore-changes-interpolate config: ignore_changes cannot have interpolations 2016-10-24 23:06:33 -07:00
validate-module-name-bad
validate-module-source-var
validate-module-var-int
validate-module-var-list core: support native list variables in config 2016-05-10 14:49:14 -04:00
validate-module-var-map
validate-module-var-self
validate-output-bad-field
validate-output-dup
validate-path-var
validate-path-var-invalid
validate-prov-conn-splat-other
validate-prov-conn-splat-self
validate-prov-splat-other
validate-prov-splat-self
validate-provider-multi
validate-provider-multi-good
validate-provider-multi-ref-bad
validate-provider-multi-ref-good
validate-resource-prov-self
validate-resource-self
validate-unknown-resource-var
validate-unknown-resource-var-output
validate-unknownthing
validate-unknownvar
validate-unknownvar-count
validate-var-default
validate-var-default-interpolate
validate-var-default-list-type
validate-var-dup
validate-var-module
validate-var-module-invalid
validate-var-multi-exact-non-slice
validate-var-multi-func
validate-var-multi-non-slice
validate-var-multi-non-slice-provisioner
.gitattributes
attributes.tf
attributes.tf.json
bad-variable-type.tf
bad_type.tf.nope
basic.tf
basic.tf.json
connection.tf
create-before-destroy.tf
data-source-arity-mistake.tf
empty.tf config: add test for empty file 2014-09-15 09:41:00 -07:00
escapedquotes.tf
heredoc.tf
ignore-changes.tf
import.tf
lifecycle_cbd_typo.tf
modules.tf
prevent-destroy-string.tf
provisioners.tf
resource-arity-mistake.tf
resource-no-name.tf.json
variable-mismatched-type.tf
variables.tf
windows-line-endings.tf