-
-
Notifications
You must be signed in to change notification settings - Fork 29
Remove hardcoded github provider #40
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
Conversation
/test all |
@drselump14 please add the repo root's versions.tf to examples/complete directory to fix test/bats and get the test/terratest to run. |
/test all |
/test all |
/test all |
/test all |
examples/complete/main.tf
Outdated
|
||
providers = { | ||
github = github | ||
} |
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 not needed since there isn't an alias, the provider should be implicitly provided
There is a terratest error. Looks like it doesn't show an org in the api call which is odd since you're correctly passing in the
I'm unsure why the org is missing here. Please troubleshoot and run the tests locally to reproduce and resolve. |
I'm unsure how to run terratest locally, but I can confirm that |
/test all |
cc: @Nuru please review when you get a chance. Requesting your help since you gave an in-depth set of steps in the previous PR and @drselump14 has taken it on to complete each one. The tests pass and so far this looks pretty good to me. I think a second set of eyes would help here. |
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.
Nice job!
Looking forward to this. |
Can this change be considered for merge and release? It would also fix #37, which is avoiding higher-level modules (like cloudposse/terraform-aws-ecs-web-app) from using |
Resolves #34
Follows up for PR #35