opentofu/command/testdata/push-input-partial/main.tf
2019-06-30 10:16:15 +02:00

9 lines
99 B
HCL

variable "foo" {}
variable "bar" {}
resource "test_instance" "foo" {}
atlas {
name = "foo"
}