github.com/paultyng/terraform@v0.6.11-0.20180227224804-66ff8f8bed40/configs/test-fixtures/valid-files/resources-ignorechanges-all-legacy.tf.json (about)

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