Update main.tf

Co-authored-by: Asher <ash@coder.com>
pull/210/head
Michael Brewer 1 year ago committed by GitHub
parent 0ff5872d41
commit 228666d842
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -29,7 +29,7 @@ variable "git_providers" {
type = map(object({ type = map(object({
provider = string provider = string
})) }))
description = "The set of git provider by the base url." description = "A mapping of URLs to their git provider."
default = { default = {
"https://github.com/" = { "https://github.com/" = {
provider = "github" provider = "github"

Loading…
Cancel
Save