Skip to content

Commit 72964cc

Browse files
authored
Merge pull request #82 from coder/output-dotfiles
add dotfiles uri output
2 parents 216d32f + 2d5eb36 commit 72964cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dotfiles/main.tf

+5
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,8 @@ resource "coder_script" "personalize" {
3636
icon = "/icon/dotfiles.svg"
3737
run_on_start = true
3838
}
39+
40+
output "dotfiles_uri" {
41+
description = "Dotfiles URI"
42+
value = data.coder_parameter.dotfiles_uri.value
43+
}

0 commit comments

Comments
 (0)