-
-
Notifications
You must be signed in to change notification settings - Fork 355
bug #227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Double-check that you don't have Also, make sure that you are using the latest version of the module. PS: Please open the issue following the template and provide the configuration you are using. |
# Atlantis
atlantis_allowed_repo_names = ["awesome-repo", "another-awesome-repo"]
atlantis_repo_allowlist = ["github.com/terraform-aws-modules/*"]
What is the expected value for this ?
I am assuming this is my github link and my repos right?
…On Fri, Sep 24, 2021 at 2:38 PM Anton Babenko ***@***.***> wrote:
Double-check that you don't have atlantis_repo_whitelist anywhere in your
code since it was renamed (see #198
<#198>)
and sometimes the code may referring to it.
Also, make sure that you are using the latest version of the module.
PS: Please open the issue following the template and provide the
configuration you are using.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#227 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOAPUSYBY6KEIR34JS3QICTUDTAT3ANCNFSM5EWQCA7A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
This looks correct to me. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
I am stuck on this error what is it looking for?
on main.tf line 13, in module "atlantis":
│ 13: module "atlantis" {
│ The argument "atlantis_repo_allowlist" is required, but no definition was found.
Here is what I have in my tfvars
atlantis_allowed_repo_names = ["jks-lab","jks-lab2"]
atlantis_repo_allowlist =["github.com/teeejas/*","github.com/teeejas/jks-lab"]
Tried all possible combinations.. nothing works
The text was updated successfully, but these errors were encountered: