The state file has no outputs defined. Define an output
in your configuration with the `output` directive and re-run
`terraform apply` for it to become available
Any idea why it does not work with modules? here is my outputs code https://github.com/ddimri/terraform/blob/master/outputs.tf
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/terraform/issues
IRC: #terraform-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Terraform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to terraform-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/terraform-tool/f1db9047-bf60-4a28-b1d6-555068d704ed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
terraform output -state=terraform.tfstate -module=vpc to get the output from the module.