Update main.tf

pull/45/head
Muhammad Atif Ali 2 years ago committed by GitHub
parent b9eb5ebe7f
commit f26c939fcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,6 +16,7 @@ variable "agent_id" {
data "coder_parameter" "dotfiles_uri" {
type = "string"
name = "dotfiles_uri"
display_name = "Dotfiles URL (optional)"
default = ""
description = "Enter a URL for a [dotfiles repository](https://dotfiles.github.io) to personalize your workspace"

Loading…
Cancel
Save