This repository was archived by the owner on May 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ module "dotfiles" {
21
21
22
22
## Setting a default dotfiles repository
23
23
24
- You can set a default dotfiles repository for all users by setting the ` default_dotfiles_repo ` variable:
24
+ You can set a default dotfiles repository for all users by setting the ` default_dotfiles_uri ` variable:
25
25
26
26
``` tf
27
27
module "dotfiles" {
28
- source = "registry.coder.com/modules/dotfiles/coder"
29
- version = "1.0.12"
30
- agent_id = coder_agent.example.id
31
- default_dotfiles_repo = "https://github.com/coder/dotfiles"
28
+ source = "registry.coder.com/modules/dotfiles/coder"
29
+ version = "1.0.12"
30
+ agent_id = coder_agent.example.id
31
+ default_dotfiles_uri = "https://github.com/coder/dotfiles"
32
32
}
33
33
```
Original file line number Diff line number Diff line change @@ -54,8 +54,3 @@ output "dotfiles_uri" {
54
54
description = " Dotfiles URI"
55
55
value = data. coder_parameter . dotfiles_uri . value
56
56
}
57
-
58
- output "dotfiles_default_uri" {
59
- description = " Dotfiles Default URI"
60
- value = var. default_dotfiles_uri
61
- }
You can’t perform that action at this time.
0 commit comments