diff --git a/website/source/assets/images/docs/atlas-workflow.png b/website/source/assets/images/docs/atlas-workflow.png new file mode 100644 index 000000000..e519ee004 Binary files /dev/null and b/website/source/assets/images/docs/atlas-workflow.png differ diff --git a/website/source/intro/hashicorp-ecosystem.html.markdown b/website/source/intro/hashicorp-ecosystem.html.markdown index 68b387bf7..3e4d0c201 100644 --- a/website/source/intro/hashicorp-ecosystem.html.markdown +++ b/website/source/intro/hashicorp-ecosystem.html.markdown @@ -14,8 +14,11 @@ If you are using Terraform to create, combine, and modify infrastructure, it’s Below are summaries of HashiCorp’s open source projects and a graphic showing how Atlas connects them to create a full application delivery workflow. - # HashiCorp Ecosystem +![Atlas Workflow](docs/atlas-workflow.png) + +[Atlas](https://atlas.hashicorp.com) is HashiCorp's only commercial product. It unites Packer, Terraform, and Consul to make application delivery a versioned, auditable, repeatable, and collaborative process. + [Packer](https://packer.io) is a HashiCorp tool for creating machine images and deployable artifacts such as AMIs, OpenStack images, Docker containers, etc. [Terraform](https://terraform.io) is a HashiCorp tool for creating, combining, and modifying infrastructure. In the Atlas workflow Terraform reads from the artifact registry and provisions infrastructure. @@ -25,5 +28,3 @@ Below are summaries of HashiCorp’s open source projects and a graphic showing [Serf](https://serfdom.io) is a HashiCorp tool for cluster membership and failure detection. Consul uses Serf’s gossip protocol as the foundation for service discovery. [Vagrant](https://www.vagrantup.com) is a HashiCorp tool for managing development environments that mirror production. Vagrant environments reduce the friction of developing a project and reduce the risk of unexpected behavior appearing after deployment. Vagrant boxes can be built in parallel with production artifacts with Packer to maintain parity between development and production. - -[Atlas](https://atlas.hashicorp.com) is HashiCorp's only commercial product. It unites Packer, Terraform, and Consul to make application delivery a versioned, auditable, repeatable, and collaborative process. \ No newline at end of file