You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dda-python-terraform/test/apply_tf/test.tf

8 lines
100 B
HCL

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