From 9995ccd0031890a1817ed5f104dc5829ee646859 Mon Sep 17 00:00:00 2001 From: Ryan Cragun Date: Fri, 8 Sep 2023 15:31:11 -0600 Subject: [PATCH] test: fix release testing from artifactory (#22941) (#22946) Signed-off-by: Ryan Cragun --- enos/modules/vault_artifactory_artifact/variables.tf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/enos/modules/vault_artifactory_artifact/variables.tf b/enos/modules/vault_artifactory_artifact/variables.tf index a9bbf8ef84cf..a2d9042af535 100644 --- a/enos/modules/vault_artifactory_artifact/variables.tf +++ b/enos/modules/vault_artifactory_artifact/variables.tf @@ -1,4 +1,5 @@ - +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: BUSL-1.1 variable "artifactory_username" { type = string description = "The username to use when connecting to artifactory" @@ -25,6 +26,7 @@ variable "artifactory_repo" { } variable "arch" {} variable "artifact_type" {} +variable "artifact_path" {} variable "distro" {} variable "edition" {} variable "revision" {}