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