fix(dotfiles): fix typo and remove a less useful output

The output is a direct use of the input, so it is not useful.
pull/225/head
Muhammad Atif Ali 1 year ago committed by GitHub
parent c4df384f4b
commit a6859bffc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -47,8 +47,3 @@ output "dotfiles_uri" {
description = "Dotfiles URI"
value = data.coder_parameter.dotfiles_uri.value
}
output "dotfiles_default_uri" {
description = "Dotfiles Default URI"
value = var.default_dotfiles_uri
}
Loading…
Cancel
Save