dda-python-terraform/test/apply_tf/test.tf

8 lines
100 B
Terraform
Raw Normal View History

variable "test_var" {}
provider "archive" {
}
output "test_output" {
value = "${var.test_var}"
}