Skip to content

Commit 187aacb

Browse files
authored
Merge pull request #4 from SPHTech-Platform/enhancement/cleanup
modified repository owner to required
2 parents e954b3a + 1152c65 commit 187aacb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Terraform module that creates the Codepipeline with source(codestar connection)
5151
| <a name="input_env"></a> [env](#input\_env) | Deployment environment | `string` | n/a | yes |
5252
| <a name="input_repository_branch"></a> [repository\_branch](#input\_repository\_branch) | Repository branch to connect to | `string` | n/a | yes |
5353
| <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 |
5555

5656
## Outputs
5757

variables.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ variable "repository_branch" {
1111
variable "repository_owner" {
1212
description = "GitHub repository owner"
1313
type = string
14-
default = "SPHTech"
1514
}
1615

1716
variable "repository_name" {

0 commit comments

Comments
 (0)