-
Notifications
You must be signed in to change notification settings - Fork 19
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
Updating modules dependencies #19
Conversation
/test all |
/test all |
/rebuild-readme |
/test all |
…terraform-aws-ecs-atlantis into updating_module_dependencies
/test all |
/test all |
/test all |
/test all |
/test terratest |
/test all |
/test all |
/test all |
test/Makefile
Outdated
@@ -4,6 +4,9 @@ TEST_HARNESS_PATH = $(realpath .test-harness) | |||
BATS_ARGS ?= --tap | |||
BATS_LOG ?= test.log | |||
|
|||
# Expose GitHub Token as github_webhooks_token variable so that SSM does not fail | |||
export TF_VAR_github_webhooks_token ?= $(GITHUB_TOKEN) |
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.
Oh, this is the wrong Makefile
. Move it to test/src/Makefile
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.
(this is the Makefile
for the bats
automated testing. The tests are failing with terratest
)
The bats
is currently failing due to listing. run terraform fmt
for that.
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.
I see ok
Update the PR description to explain why the renaming of the variables. |
/terraform-fmt |
/rebuild-readme |
/test all |
…terraform-aws-ecs-atlantis into updating_module_dependencies
/test all |
/test all |
/test terratest |
/test all |
what
why