4 lines
57 B
Terraform
4 lines
57 B
Terraform
|
|
resource "test_object" "foo" {
|
||
|
|
provisioner "test" {}
|
||
|
|
}
|