8 lines
101 B
Terraform
8 lines
101 B
Terraform
|
locals {
|
||
|
foo = "bar", baz = "boop"
|
||
|
}
|
||
|
|
||
|
resource "test_instance" "foo" {
|
||
|
image = "b", type = "d"
|
||
|
}
|