This message was deleted.
# atlantis-community
s
This message was deleted.
h
Update: we found that in terraform-aws-atlantis the list for ATLANTIS_REPO_ALLOWLIST is to be in the format
<http://github.com/MyOrg/RepoName|github.com/MyOrg/RepoName>
(like in the Atlantis documentation) BUT the repositories variable in the terraform-aws-atlantis github_repository_webhooks module does not support that format and must be of the form
RepoName
only. Also the terraform-aws-atlantis module does not support organization wide things like
*
as it only calls resource "github_repository_webhook" (and not the "github_organization_webhook")
c
I don't think the maintainer of that module is here -- you can file an issue though.
h
Thanks, I will
Made the ticket here -> https://github.com/terraform-aws-modules/terraform-aws-atlantis/issues/384 # atlantis_repo_allowlist format for Atlantis and the github_repository_webhooks