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