github.com/kanishk98/terraform@v1.3.0-dev.0.20220917174235-661ca8088a6a/internal/configs/testdata/valid-files/resources-ignorechanges-all.tf.json (about)

     1  {
     2    "resource": {
     3      "aws_instance": {
     4        "web": {
     5          "lifecycle": {
     6            "ignore_changes": "all"
     7          }
     8        }
     9      }
    10    }
    11  }