github.com/kanishk98/terraform@v1.3.0-dev.0.20220917174235-661ca8088a6a/internal/configs/testdata/valid-files/resources.tf.json (about) 1 { 2 "resource": { 3 "test_object": { 4 "a": { 5 "count": 1, 6 "test_string": "new" 7 }, 8 "b": { 9 "count": 1, 10 "lifecycle": { 11 "replace_triggered_by": [ 12 "test_object.a[count.index].test_string" 13 ] 14 } 15 } 16 } 17 } 18 }