chore(dotfiles): mention that setting the `dotfiles_uri` parameter disables the associated `coder_parameter`

pull/133/head
Phorcys 1 year ago committed by GitHub
parent f44947fc2d
commit a2bdfefeb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -16,7 +16,7 @@ variable "agent_id" {
variable "dotfiles_uri" {
type = string
description = "The URL to a dotfiles repository. (optional)"
description = "The URL to a dotfiles repository. (optional, when set, the user isn't prompted for their dotfiles)"
default = null
}
@ -59,4 +59,4 @@ resource "coder_script" "dotfiles" {
output "dotfiles_uri" {
description = "Dotfiles URI"
value = local.dotfiles_uri
}
}

Loading…
Cancel
Save