github.com/opentofu/opentofu@v1.7.1/internal/command/testdata/test/partial_update_failure/main.tf (about) 1 resource "test_resource" "foo" { 2 value = "foo" 3 } 4 5 resource "test_resource" "bar" { 6 value = "bar" 7 }