github.com/rstandt/terraform@v0.12.32-0.20230710220336-b1063613405c/configs/configupgrade/testdata/valid/ignore-changes-flatmap-colls/want/ignore-changes-flatmap-colls.tf (about)

     1  resource "test_instance" "foo" {
     2    lifecycle {
     3      ignore_changes = [
     4        a,
     5        b,
     6      ]
     7    }
     8  }