4 lines
54 B
Terraform
4 lines
54 B
Terraform
|
resource "test_instance" "foo" {
|
||
|
ami = "bar"
|
||
|
}
|