4 lines
62 B
Terraform
4 lines
62 B
Terraform
|
resource "test_instance" "foo" {
|
||
|
ami = "${var.nope}"
|
||
|
}
|