Skip to content

Commit 651004e

Browse files
Add release_test_unique_id variable for release tests
This variable is required by the terraform release test infrastructure to track test runs and ensure unique naming across test instances.
1 parent 9fe4eb7 commit 651004e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

variables.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -889,3 +889,9 @@ variable "extern_vault_token_renew" {
889889
type = number
890890
description = "(Optional if var.extern_vault_enable = true) How often (in seconds) to renew the Vault token."
891891
}
892+
893+
variable "release_test_unique_id" {
894+
type = string
895+
default = ""
896+
description = "(Set up in Workspace) Unique ID for the release test run to identify GHA runs and workspaces GHA run ID - run number - run attempt"
897+
}

0 commit comments

Comments
 (0)