Add Github and Gitlab when using git@ URLs.
@ -34,9 +34,15 @@ variable "git_providers" {
"https://github.com/" = {
provider = "github"
},
"git@github.com:" = {
"https://gitlab.com/" = {
provider = "gitlab"
"git@gitlab.com:" = {
}
validation {
error_message = "Allowed values for provider are \"github\" or \"gitlab\"."