blob: 823714f5d0b83fd700f67eed11afffaff0992ac3 [file] [log] [blame] [edit]
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1
variable "file_name" {}
output "license" {
value = file(var.file_name)
}