Skip to content

Commit a8af6e0

Browse files
committed
feat: add dotfiles_uri var to dogfood template
1 parent 85945af commit a8af6e0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

dogfood/main.tf

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ terraform {
1111
}
1212
}
1313

14+
# User parameters
15+
16+
variable "dotfiles_uri" {
17+
description = <<-EOF
18+
Dotfiles repo URI (optional)
19+
20+
see https://dotfiles.github.io
21+
EOF
22+
default = ""
23+
}
24+
1425
# Admin parameters
1526

1627
provider "docker" {

0 commit comments

Comments
 (0)