4 lines
53 B
Terraform
4 lines
53 B
Terraform
|
resource "test_resource" "foo" {
|
||
|
foo = "value"
|
||
|
}
|