mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-31 18:02:48 -04:00
19 lines
297 B
JSON
19 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"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|