4 lines
74 B
Terraform
4 lines
74 B
Terraform
|
resource "test_instance" "foo" {
|
||
|
image = "${sha256(file("foo.txt"))}"
|
||
|
}
|