github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/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" {}