Set default agent_name to "main"

pull/286/head
Seppdo 10 months ago committed by GitHub
parent df99df6fe0
commit f234fc4dc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -20,7 +20,7 @@ data "coder_workspace_owner" "me" {}
variable "agent_name" { variable "agent_name" {
type = string type = string
default = "" default = "main"
description = "The name of the main deployment. (Used to build the subpath for coder_app.)" description = "The name of the main deployment. (Used to build the subpath for coder_app.)"
} }

Loading…
Cancel
Save