github.com/opentofu/opentofu@v1.7.1/internal/command/testdata/test/partial_updates/main.tftest.hcl (about)

     1  
     2  run "first" {
     3    plan_options {
     4      target = [
     5        test_resource.resource,
     6      ]
     7    }
     8  }
     9  
    10  run "second" {}