Add outputs and run terraform fmt
This commit is contained in:
4
Terraform/locals.tf
Normal file
4
Terraform/locals.tf
Normal file
@@ -0,0 +1,4 @@
|
||||
locals {
|
||||
fleet_url = "https://${aws_instance.logger.public_ip}:8412"
|
||||
splunk_url = "https://${aws_instance.logger.public_ip}:8000"
|
||||
}
|
||||
Reference in New Issue
Block a user