Sign in
third-party-mirror
/
terraform
/
6a3c811625035624e0fb8a0ebbb7d03982d6303c
/
.
/
v1.4.7
/
internal
/
configs
/
testdata
/
invalid-files
/
data-resource-lifecycle.tf
blob: 7c1aebe5a0b1d103d646dd941402354340a7b9e1 [
file
] [
log
] [
blame
]
data
"example"
"example"
{
lifecycle
{
# The lifecycle arguments are not valid for data resources:
# only the precondition and postcondition blocks are allowed.
ignore_changes
=
[]
}
}