github.com/opentofu/opentofu@v1.7.1/internal/configs/testdata/valid-files/resources-ignorechanges-all.tf (about) 1 resource "aws_instance" "web" { 2 lifecycle { 3 ignore_changes = all 4 } 5 }