mirror of
https://github.com/opentofu/opentofu.git
synced 2026-06-08 16:12:24 -04:00
18 lines
297 B
JSON
18 lines
297 B
JSON
{
|
|
"resource": {
|
|
"test_object": {
|
|
"a": {
|
|
"count": 1,
|
|
"test_string": "new"
|
|
},
|
|
"b": {
|
|
"count": 1,
|
|
"lifecycle": {
|
|
"replace_triggered_by": [
|
|
"test_object.a[count.index].test_string"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|