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
value : jsonencode(yamldecode(file("${path.module}/server-atlantis.yaml"))),
107
107
},
108
108
]
109
109
@@ -279,7 +279,6 @@ allow_github_webhooks = true
279
279
| <a name="input_allow_repo_config"></a> [allow\_repo\_config](#input\_allow\_repo\_config) | When true allows the use of atlantis.yaml config files within the source repos. | `string` | `"false"` | no |
280
280
| <a name="input_allow_unauthenticated_access"></a> [allow\_unauthenticated\_access](#input\_allow\_unauthenticated\_access) | Whether to create ALB listener rule to allow unauthenticated access for certain CIDR blocks (eg. allow GitHub webhooks to bypass OIDC authentication) | `bool` | `false` | no |
| <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 |
283
282
| <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 |
284
283
| <a name="input_atlantis_bitbucket_user"></a> [atlantis\_bitbucket\_user](#input\_atlantis\_bitbucket\_user) | Bitbucket username that is running the Atlantis command | `string` | `""` | no |
285
284
| <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 |
376
375
| <a name="output_alb_zone_id"></a> [alb\_zone\_id](#output\_alb\_zone\_id) | Zone ID of alb |
377
-
| <a name="output_atlantis_allowed_repo_names"></a> [atlantis\_allowed\_repo\_names](#output\_atlantis\_allowed\_repo\_names) | Git repositories where webhook should be created |
376
+
| <a name="output_atlantis_repo_allowlist"></a> [atlantis\_repo\_allowlist](#output\_atlantis\_repo\_allowlist) | Git repositories where webhook should be created |
378
377
| <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_owner"></a> [github\_owner](#input\_github\_owner)| Github owner to use when creating webhook |`string`|`""`| no |
34
34
| <aname="input_github_token"></a> [github\_token](#input\_github\_token)| Github token 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 owner specified in `github_owner`|`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