--
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-too...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/terraform-tool/08325d32-8451-49bc-87a5-97887fe4d906%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to a topic in the Google Groups "Terraform" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/terraform-tool/7hs1GA73E38/unsubscribe.
To unsubscribe from this group and all its topics, send an email to terraform-too...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/terraform-tool/CAEJ3w4UDSy1noPfLBg7buYh_j9d9SqMuAVzv-MwzrTtz%3DV25wA%40mail.gmail.com.
I am a noob to these tools. What I understood from documentation is "I can create AMI image on AWS using terraform's AWS_AMI_FROM_INSTANCE resource". Which is the sole purpose of packer.I am not sure in use case, where I need to create EC2 instance and configure it, then create an image; should I use packer anyway? What other advantages can a packer have? Why these are two tool instead of one? I mean there should be some specific reason for both of those.