Update filebrowser/main.tf

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

@ -26,10 +26,10 @@ variable "owner_name" {
description = "Set this and workspace_name to serve filebrowser from subdirectory." description = "Set this and workspace_name to serve filebrowser from subdirectory."
} }
variable "resource_name" { variable "agent_name" {
type = string type = string
default = "main" default = ""
description = "The name of the main deployment. (Used to build the subdirectory of the module.)" description = "The name of the main deployment. (Used to build the subpath for coder_app.)"
} }
variable "database_path" { variable "database_path" {

Loading…
Cancel
Save