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

9 lines
144 B
HCL

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
variable "file_name" {}
output "license" {
value = file(var.file_name)
}