Add outputs and run terraform fmt

This commit is contained in:
Andrew Svoboda
2019-05-23 16:17:40 -07:00
parent 0f74025d44
commit 3866c64a9f
4 changed files with 83 additions and 40 deletions

4
Terraform/locals.tf Normal file
View File

@@ -0,0 +1,4 @@
locals {
fleet_url = "https://${aws_instance.logger.public_ip}:8412"
splunk_url = "https://${aws_instance.logger.public_ip}:8000"
}