Skip to content

add jenkins + terraform #62

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

Merged
merged 2 commits into from
Jan 4, 2018
Merged

add jenkins + terraform #62

merged 2 commits into from
Jan 4, 2018

Conversation

rodriguezsergio
Copy link
Collaborator

No description provided.

count = 1
ami = "${var.amis["amazon-linux-2017-09"]}"
disable_api_termination = true
instance_type = "t2.micro"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

Copy link
Collaborator Author

@rodriguezsergio rodriguezsergio Jan 4, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😄

- src: geerlingguy.jenkins
version: 3.2.1

- src: savoirfairelinux.nexus3-oss
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just realized this was old copy/pasta. I'll remove this.

@billoneil
Copy link
Contributor

Looks pretty good to me. I'd like to split it into modules at some point so I could do something like this if possible.

prod.tf
env = prod
instanceType = t2.small
servers = 4

staging.tf
env = staging
instaneType = t2.micro
servers = 1

@billoneil
Copy link
Contributor

Going to merge for now and we can make modules / lock down jenkins later

Copy link
Contributor

@billoneil billoneil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

go ahead and merge

@rodriguezsergio
Copy link
Collaborator Author

@billoneil yeah we can make modules later. It shouldn't be too difficult.

@rodriguezsergio rodriguezsergio merged commit 1ac0031 into master Jan 4, 2018
@rodriguezsergio rodriguezsergio deleted the f/terraform branch January 4, 2018 02:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants