Skip to content

Instantly share code, notes, and snippets.

@amaurybsouza
Created March 8, 2022 12:43
Show Gist options
  • Save amaurybsouza/02fad7ab38b94e9e2a708fe5378e5bf4 to your computer and use it in GitHub Desktop.
Save amaurybsouza/02fad7ab38b94e9e2a708fe5378e5bf4 to your computer and use it in GitHub Desktop.
output.tf
output "server_ip" {
value = aws_instance.server.public_ip
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment