Title: outputs.tf # Description: Outputs from resources saved as variables # If terraform apply is run within this directory, these variables # are displayed at the end of the run. # Pull the VPC ID from the site module output "vpc_id" { value = "${module.site.vpc_id}" }