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

4 lines
67 B
Terraform
Raw Normal View History

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