Skip to content

Commit b0bef1c

Browse files
authored
[infra] variables.tf 수정 (#189)
* work * work
1 parent a99f69a commit b0bef1c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

infra/terraform/variables.tf

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,16 @@ variable "team" {
1717
description = "tag team name"
1818
type = string
1919
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+
type = string
31+
default = "WEB6_8_LuckyVicky_BE"
2032
}

0 commit comments

Comments
 (0)