diff --git a/dotfiles/main.tf b/dotfiles/main.tf index d3d0de2..c0b0135 100644 --- a/dotfiles/main.tf +++ b/dotfiles/main.tf @@ -36,3 +36,8 @@ resource "coder_script" "personalize" { icon = "/icon/dotfiles.svg" run_on_start = true } + +output "dotfiles_uri" { + description = "Dotfiles URI" + value = data.coder_parameter.dotfiles_uri.value +} \ No newline at end of file