-
-
Notifications
You must be signed in to change notification settings - Fork 677
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
Adding CI to module #5
Adding CI to module #5
Conversation
… in the next iteration.
## Added * TravisCI configuration added and now passing. * badge added to docs. * permissions section now in the example readme. * placeholder shell script added for CI deployment. Eventually this should conditionally release to the registry when those APIs become available. ## Changed * altered tf variable `aws_region` to `region`. * replaced hardcoding the region to instead use a random region as retrieved by an awscli docker container within CI. * example cert is now a regionally-specific resource enabling tests to run in various regions at once and not collide. * ruby version bump means `Rhcl` becomes `rhcl`.
changelog to reflect updates
Resolves #3 once merged. |
This is the build of the PR: https://travis-ci.org/run-at-scale/terraform-aws-alb/builds/290279127 I suppose in this PR state, it's probably worth setting up Travis for this project. Sending that request to the org now. @antonbabenko you may need to respond. |
Thanks for the travis permissions @antonbabenko but it looks like one more step is needed: making me admin of the repo so I can both do the registry publish and enable the TravisCI build. I get the following within TraivsCI and can't enable due to perms: I see the following in the terraform registry: Unfortunately it looks like kitchen terraform doesn't fully support version 0.10.x just yet so I'm getting some spotty results. I'm going to disable nightly builds when this is up to avoid the flip flop of status due to incompatibility. |
Done. |
Hmm since the incoming branch is from a forked repo I can't run the build until this is merged. Doing that now. |
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. |
Added
Changed
aws_region
toregion
.Rhcl
becomesrhcl
.