Skip to content

Instantly share code, notes, and snippets.

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 nivleshc/86d5bb86dbb453dc6dabdf99c8d9eabb to your computer and use it in GitHub Desktop.
Save nivleshc/86d5bb86dbb453dc6dabdf99c8d9eabb to your computer and use it in GitHub Desktop.
Contents of grafana/outputs.tf from the visualise-network-traffic repository.
output "public_ip" {
description = "The public ip of the grafana server"
value = aws_instance.grafana_server.public_ip
depends_on = [
aws_instance.grafana_server
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment