You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2024. It is now read-only.
| <a name="input_atlantis_allowed_repo_names"></a> [atlantis\_allowed\_repo\_names](#input\_atlantis\_allowed\_repo\_names) | Git repositories where webhook should be created | `list(string)` | `[]` | no |
301
300
| <a name="input_atlantis_bitbucket_base_url"></a> [atlantis\_bitbucket\_base\_url](#input\_atlantis\_bitbucket\_base\_url) | Base URL of Bitbucket Server, use for Bitbucket on prem (Stash) | `string` | `""` | no |
302
301
| <a name="input_atlantis_bitbucket_user"></a> [atlantis\_bitbucket\_user](#input\_atlantis\_bitbucket\_user) | Bitbucket username that is running the Atlantis command | `string` | `""` | no |
303
302
| <a name="input_atlantis_bitbucket_user_token"></a> [atlantis\_bitbucket\_user\_token](#input\_atlantis\_bitbucket\_user\_token) | Bitbucket token of the user that is running the Atlantis command | `string` | `""` | no |
| <a name="output_alb_security_group_id"></a> [alb\_security\_group\_id](#output\_alb\_security\_group\_id) | Security group of alb |
401
400
| <a name="output_alb_zone_id"></a> [alb\_zone\_id](#output\_alb\_zone\_id) | Zone ID of alb |
402
-
| <a name="output_atlantis_allowed_repo_names"></a> [atlantis\_allowed\_repo\_names](#output\_atlantis\_allowed\_repo\_names) | Git repositories where webhook should be created |
401
+
| <a name="output_atlantis_repo_allowlist"></a> [atlantis\_repo\_allowlist](#output\_atlantis\_repo\_allowlist) | Git repositories where webhook should be created |
403
402
| <a name="output_atlantis_url"></a> [atlantis\_url](#output\_atlantis\_url) | URL of Atlantis |
| <aname="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 |
64
-
| <aname="input_allowed_repo_names"></a> [allowed\_repo\_names](#input\_allowed\_repo\_names)| Repositories that Atlantis will listen for events from and a webhook will be installed |`list(string)`| n/a | yes |
65
64
| <aname="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 |
@@ -71,7 +70,7 @@ Go to https://eu-west-1.console.aws.amazon.com/ecs/home?region=eu-west-1#/settin
71
70
72
71
| Name | Description |
73
72
|------|-------------|
74
-
| <aname="output_atlantis_allowed_repo_names"></a> [atlantis\_allowed\_repo\_names](#output\_atlantis\_allowed\_repo\_names)| Git repositories where webhook should be created |
73
+
| <aname="output_atlantis_repo_allowlist"></a> [atlantis\_repo\_allowlist](#output\_atlantis\_repo\_allowlist)| Git repositories where webhook should be created |
75
74
| <aname="output_atlantis_url"></a> [atlantis\_url](#output\_atlantis\_url)| URL of Atlantis |
76
75
| <aname="output_ecs_task_definition"></a> [ecs\_task\_definition](#output\_ecs\_task\_definition)| Task definition for ECS service (used for external triggers) |
| <aname="input_atlantis_allowed_repo_names"></a> [atlantis\_allowed\_repo\_names](#input\_atlantis\_allowed\_repo\_names)| List of names of repositories which belong to the owner specified in `github_owner`|`list(string)`| n/a | yes |
31
+
| <aname="input_atlantis_repo_allowlist"></a> [atlantis\_repo\_allowlist](#input\_atlantis\_repo\_allowlist)| List of names of repositories which belong to the owner specified in `github_owner`|`list(string)`| n/a | yes |
32
32
| <aname="input_create_github_repository_webhook"></a> [create\_github\_repository\_webhook](#input\_create\_github\_repository\_webhook)| Whether to create Github repository webhook for Atlantis |`bool`|`true`| no |
33
33
| <aname="input_github_base_url"></a> [github\_base\_url](#input\_github\_base\_url)| Github base URL to use when creating webhook (when using GitHub Enterprise) |`string`|`null`| no |
34
34
| <aname="input_github_owner"></a> [github\_owner](#input\_github\_owner)| Github owner to use when creating webhook |`string`|`""`| no |
| <aname="input_atlantis_allowed_repo_names"></a> [atlantis\_allowed\_repo\_names](#input\_atlantis\_allowed\_repo\_names)| List of names of repositories which belong to the `gitlab_base_url` specified |`list(string)`| n/a | yes |
31
+
| <aname="input_atlantis_repo_allowlist"></a> [atlantis\_repo\_allowlist](#input\_atlantis\_repo\_allowlist)| List of names of repositories which belong to the `gitlab_base_url` specified |`list(string)`| n/a | yes |
32
32
| <aname="input_create_gitlab_repository_webhook"></a> [create\_gitlab\_repository\_webhook](#input\_create\_gitlab\_repository\_webhook)| Whether to create Gitlab repository webhook for Atlantis |`bool`|`true`| no |
33
33
| <aname="input_gitlab_base_url"></a> [gitlab\_base\_url](#input\_gitlab\_base\_url)| Gitlab base\_url use |`string`|`""`| no |
34
34
| <aname="input_gitlab_token"></a> [gitlab\_token](#input\_gitlab\_token)| Gitlab token to use when creating webhook |`string`|`""`| no |
0 commit comments