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