Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
plan-ignore-changes-with-flatmaps
/
main.tf
blob: f61a3d42fc498a887f14e6837358b7c409a1e7ed [
file
] [
log
] [
blame
]
resource
"aws_instance"
"foo"
{
user_data
=
"x"
require_new
=
"yes"
set
=
[{
a
=
"1"
b
=
"2"
}]
lst
=
[
"j"
,
"k"
]
lifecycle
{
ignore_changes
=
[
"require_new"
]
}
}