Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
plan-taint-ignore-changes
/
main.tf
blob: ff95d6596dc2a1651b11bef1b9850d372eb570c1 [
file
] [
log
] [
blame
]
resource
"aws_instance"
"foo"
{
vars
=
"foo"
lifecycle
{
ignore_changes
=
[
"vars"
]
}
}