-
-
Notifications
You must be signed in to change notification settings - Fork 355
fix: Fix the GitHub Complete example #277
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
fix: Fix the GitHub Complete example #277
Conversation
The GitHub Complete example(https://github.com/terraform-aws-modules/terraform-aws-atlantis/tree/master/examples/github-complete) is not working because of terraform-aws-modules#253. This PR fixes it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Could you also add github_repo_names
into terraform.tfvars.sample?
I also noticed that despite the webhook has been created, when PR change is made Atlantis posts the following comment:
Will investigate and fix. |
85a9831
to
caddff2
Compare
done. I fixed issue with the error message. There is an obvious ambiguity in the meaning of |
### [3.15.1](v3.15.0...v3.15.1) (2022-05-09) ### Bug Fixes * Fix the GitHub complete example ([#277](#277)) ([47bd5d4](47bd5d4))
This PR is included in version 3.15.1 🎉 |
### [3.15.1](terraform-aws-modules/terraform-aws-atlantis@v3.15.0...v3.15.1) (2022-05-09) ### Bug Fixes * Fix the GitHub complete example ([terraform-aws-modules#277](terraform-aws-modules#277)) ([47bd5d4](terraform-aws-modules@47bd5d4))
### [3.15.1](terraform-aws-modules/terraform-aws-atlantis@v3.15.0...v3.15.1) (2022-05-09) ### Bug Fixes * Fix the GitHub complete example ([terraform-aws-modules#277](terraform-aws-modules#277)) ([47bd5d4](terraform-aws-modules@47bd5d4))
### [3.15.1](terraform-aws-modules/terraform-aws-atlantis@v3.15.0...v3.15.1) (2022-05-09) ### Bug Fixes * Fix the GitHub complete example ([terraform-aws-modules#277](terraform-aws-modules#277)) ([47bd5d4](terraform-aws-modules@47bd5d4))
I'm going to lock this pull request 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 related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
The GitHub Complete example is broken because of #253. This PR fixes it.
Motivation and Context
I spend few hour trying to provision the Atlantis to Fargate with no luck. Then I found #253 and realised what was the issue. With these fixes everything executed without errors.
Breaking Changes
This PR touches only examples folder, so I don't think it will introduce any breaking change.
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectpre-commit run -a
on my pull request