Skip to content

Commit

Permalink
test: fix release testing from artifactory (#22941) (#22946)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Cragun <me@ryan.ec>
  • Loading branch information
ryancragun authored Sep 8, 2023
1 parent b15098f commit 9995ccd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion enos/modules/vault_artifactory_artifact/variables.tf
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -25,6 +26,7 @@ variable "artifactory_repo" {
}
variable "arch" {}
variable "artifact_type" {}
variable "artifact_path" {}
variable "distro" {}
variable "edition" {}
variable "revision" {}
Expand Down

0 comments on commit 9995ccd

Please sign in to comment.