Terraform: Update logger to use AWS data source for AMI resolution

This commit is contained in:
Chris Long
2019-05-23 23:40:12 -07:00
parent c5a2fcbd59
commit c9017580aa
4 changed files with 27 additions and 18 deletions

View File

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