8 lines
112 B
Terraform
8 lines
112 B
Terraform
|
resource "test_instance" "foo" {
|
||
|
type = "z1.weedy"
|
||
|
image = "image-abcd"
|
||
|
tags = {
|
||
|
name = "boop"
|
||
|
}
|
||
|
}
|