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

9 lines
164 B

# Shim module since CRT provided things will use the crt_bundle_path variable
variable "path" {
default = "/tmp"
}
output "artifact_path" {
value = var.path
}