github.com/rstandt/terraform@v0.12.32-0.20230710220336-b1063613405c/configs/configupgrade/testdata/valid/hash-of-file/input/hash-of-file.tf (about) 1 resource "test_instance" "foo" { 2 image = "${sha256(file("foo.txt"))}" 3 }