From 2d5eb365f56fac9d541033dc75a4e1f3d96164cd Mon Sep 17 00:00:00 2001 From: Stephen Kirby Date: Mon, 9 Oct 2023 21:32:25 +0000 Subject: [PATCH] added output --- dotfiles/main.tf | 5 +++++ 1 file changed, 5 insertions(+) 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