Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

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

Lines changed: 5 additions & 0 deletions
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)