Skip to content

Commit

Permalink
Update variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrousseau authored and Octopus Deploy committed Jan 16, 2025
1 parent b470ce2 commit 2c1d50e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .octopus/variables.ocl
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,17 @@ variable "old-Octopus.Azure.Account" {
type = "AzureAccount"

value "demo-octopus-app" {}
}

variable "Project.Prompted.Replicas" {
value "1" {
prompt {
description = ""
display_settings = {
Octopus.ControlType = "SingleLineText"
}
label = "Replicas"
required = true
}
}
}

0 comments on commit 2c1d50e

Please sign in to comment.