terraform/configs/configupgrade/test-fixtures/valid/hash-of-file/want/hash-of-file.tf

4 lines
67 B
HCL

resource "test_instance" "foo" {
image = filesha256("foo.txt")
}