5 lines
71 B
Terraform
5 lines
71 B
Terraform
|
variable "foo" {}
|
||
|
variable "bar" {}
|
||
|
|
||
|
resource "test_instance" "foo" {}
|