Files
opentf/internal/command/testdata/test/refresh_only/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

6 lines
76 B
HCL

variable "input" {}
resource "test_resource" "foo" {
value = var.input
}