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

View File

@@ -29,3 +29,11 @@ output "latest_wef_ami_id" {
output "latest_win10_ami_id" {
value = "${data.aws_ami.wef_ami.image_id}"
}
output "fleet_url" {
value = "${local.fleet_url}"
}
output "splunk_url" {
value = "${local.splunk_url}"
}