Skip to content

Instantly share code, notes, and snippets.

@ringanta
Created June 16, 2020 13:38
Show Gist options
  • Save ringanta/58625d617f683d598c48d8963d6f8a73 to your computer and use it in GitHub Desktop.
Save ringanta/58625d617f683d598c48d8963d6f8a73 to your computer and use it in GitHub Desktop.
output "atlantis_ip" {
value = module.atlantis.atlantis_public_ip
}
output "atlantis_ssh_user" {
value = module.atlantis.atlantis_ssh_user
}
output "atlantis_xip_domain" {
value = module.atlantis.atlantis_xip_domain
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment