mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-24 11:24:16 -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"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|