File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Terraform module that creates the Codepipeline with source(codestar connection)
51
51
| <a name =" input_env " ></a > [ env] ( #input\_ env ) | Deployment environment | ` string ` | n/a | yes |
52
52
| <a name =" input_repository_branch " ></a > [ repository\_ branch] ( #input\_ repository\_ branch ) | Repository branch to connect to | ` string ` | n/a | yes |
53
53
| <a name =" input_repository_name " ></a > [ repository\_ name] ( #input\_ repository\_ name ) | GitHub repository name | ` string ` | n/a | yes |
54
- | <a name =" input_repository_owner " ></a > [ repository\_ owner] ( #input\_ repository\_ owner ) | GitHub repository owner | ` string ` | ` "SPHTech" ` | no |
54
+ | <a name =" input_repository_owner " ></a > [ repository\_ owner] ( #input\_ repository\_ owner ) | GitHub repository owner | ` string ` | n/a | yes |
55
55
56
56
## Outputs
57
57
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ variable "repository_branch" {
11
11
variable "repository_owner" {
12
12
description = " GitHub repository owner"
13
13
type = string
14
- default = " SPHTech"
15
14
}
16
15
17
16
variable "repository_name" {
You can’t perform that action at this time.
0 commit comments