github.com/muratcelep/terraform@v1.1.0-beta2-not-internal-4/not-internal/configs/testdata/valid-files/resources-ignorechanges-all.tf (about)

     1  resource "aws_instance" "web" {
     2    lifecycle {
     3      ignore_changes = all
     4    }
     5  }