github.com/pulumi/terraform@v1.4.0/pkg/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  }