Skip to content

Instantly share code, notes, and snippets.

@ernesen
Created March 24, 2019 13:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ernesen/e8efae5e66fac7922216f4e3959e31f9 to your computer and use it in GitHub Desktop.
Save ernesen/e8efae5e66fac7922216f4e3959e31f9 to your computer and use it in GitHub Desktop.
output "url-jenkins" {
value = "http://${aws_instance.jenkins-ci.0.public_ip}:8080"
}
output "url-gitLab" {
value = "http://${aws_instance.gitLab.0.public_ip}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment