Make agent_name required parameter

Co-authored-by: Muhammad Atif Ali <me@matifali.dev>
pull/286/head
Seppdo 10 months ago committed by GitHub
parent f234fc4dc6
commit 2659fc306b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -20,7 +20,6 @@ data "coder_workspace_owner" "me" {}
variable "agent_name" { variable "agent_name" {
type = string type = string
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