We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe4eb7 commit 651004eCopy full SHA for 651004e
variables.tf
@@ -889,3 +889,9 @@ variable "extern_vault_token_renew" {
889
type = number
890
description = "(Optional if var.extern_vault_enable = true) How often (in seconds) to renew the Vault token."
891
}
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