opentofu/command/test-fixtures/push-tfvars/main.tf

9 lines
99 B
Terraform
Raw Normal View History

2015-04-07 17:34:06 -05:00
variable "foo" {}
variable "bar" {}
resource "test_instance" "foo" {}
atlas {
name = "foo"
}