Sign in
third-party-mirror
/
terraform
/
ac80cb5598bbf5c492440f8a92ba93de6ad8f2d3
/
.
/
v1.13.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
=
[]
}
}