github.com/jaredpalmer/terraform@v1.1.0-alpha20210908.0.20210911170307-88705c943a03/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  }