Skip to content

Instantly share code, notes, and snippets.

@hemanth22
Forked from ernesen/outputs.tf
Created October 9, 2020 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hemanth22/566fb50006e11b0f0035e51ed1dfecbf to your computer and use it in GitHub Desktop.
Save hemanth22/566fb50006e11b0f0035e51ed1dfecbf 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