github.com/ben-turner/terraform@v0.11.8-0.20180503104400-0cc9e050ecd4/configs/test-fixtures/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  }