27bb03bbc0
* adding copyright header * fix fmt and a test
9 lines
144 B
HCL
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)
|
|
}
|