We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a99f69a commit b0bef1cCopy full SHA for b0bef1c
infra/terraform/variables.tf
@@ -17,4 +17,16 @@ variable "team" {
17
description = "tag team name"
18
type = string
19
default = "devcos-team07"
20
+}
21
+
22
+variable "github_repo_owner" {
23
+ description = "The owner of the GitHub repository (user or organization)."
24
+ type = string
25
+ default = "prgrms-web-devcourse-final-project"
26
27
28
+variable "github_repo_name" {
29
+ description = "The name of the GitHub repository."
30
31
+ default = "WEB6_8_LuckyVicky_BE"
32
}
0 commit comments