Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
configs
/
testdata
/
valid-modules
/
override-ignore-changes
/
main_override.tf
blob: f9cd9a5d337c2a91cefdf17c88450930ac0fa6c4 [
file
] [
log
] [
blame
]
resource
"test_instance"
"foo"
{
foo
=
"bar"
lifecycle
{
ignore_changes
=
all
}
}