Skip to content

Commit 85a9831

Browse files
committed
fix: documentation
1 parent 4ec387e commit 85a9831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/github-complete/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ Go to https://eu-west-1.console.aws.amazon.com/ecs/home?region=eu-west-1#/settin
6363
| <a name="input_alb_ingress_cidr_blocks"></a> [alb\_ingress\_cidr\_blocks](#input\_alb\_ingress\_cidr\_blocks) | List of IPv4 CIDR ranges to use on all ingress rules of the ALB - use your personal IP in the form of `x.x.x.x/32` for restricted testing | `list(string)` | n/a | yes |
6464
| <a name="input_domain"></a> [domain](#input\_domain) | Route53 domain name to use for ACM certificate. Route53 zone for this domain should be created in advance | `string` | n/a | yes |
6565
| <a name="input_github_owner"></a> [github\_owner](#input\_github\_owner) | Github owner | `string` | n/a | yes |
66+
| <a name="input_github_repo_names"></a> [github\_repo\_names](#input\_github\_repo\_names) | List of Github repositories that should be monitored by Atlantis | `list(string)` | n/a | yes |
6667
| <a name="input_github_token"></a> [github\_token](#input\_github\_token) | Github token | `string` | n/a | yes |
6768
| <a name="input_github_user"></a> [github\_user](#input\_github\_user) | Github user for Atlantis to utilize when performing Github activities | `string` | n/a | yes |
68-
| <a name="input_github_repo_names"></a> [github\_repo\_names](#input\_github\_repo\_names) | Github user for Atlantis to utilize when performing Github activities | `list(string)` | n/a | yes |
6969

7070
## Outputs
7171

0 commit comments

Comments
 (0)