open-vault/enos/modules/read_license/main.tf

6 lines
76 B
HCL

variable "file_name" {}
output "license" {
value = file(var.file_name)
}