4 lines
67 B
Terraform
4 lines
67 B
Terraform
|
resource "test_instance" "foo" {
|
||
|
image = filesha256("foo.txt")
|
||
|
}
|