Files
opentf/internal/command/testdata/test/partial_update_failure/main.tf
RLRabinowitz b08933aeb1 Normalise lines in ned of test files
Signed-off-by: RLRabinowitz <rlrabinowitz2@gmail.com>
2023-09-03 16:37:05 +03:00

8 lines
103 B
HCL

resource "test_resource" "foo" {
value = "foo"
}
resource "test_resource" "bar" {
value = "bar"
}