You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/enos/modules/build_crt/main.tf

16 lines
275 B

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1
# Shim module since CRT provided things will use the crt_bundle_path variable
variable "path" {
default = "/tmp"
}
variable "edition" {
default = "oss"
}
output "artifact_path" {
value = var.path
}