export default [ { name: 'Nomad', lang: 'golang', desc: 'Nomad is a flexible, enterprise-grade cluster scheduler designed to easily integrate into existing workflows. Nomad can run a diverse workload of micro-service, batch, containerized and non-containerized applications.', link: 'https://www.nomadproject.io/', }, { name: 'Terraform', lang: 'golang', desc: 'Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.', link: 'https://www.terraform.io/', }, { name: 'Vault', lang: 'golang', desc: 'A tool for secrets management, encryption as a service, and privileged access management', link: 'https://www.vaultproject.io/', }, { name: 'Consul', lang: 'golang', desc: 'Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.', link: 'https://www.consul.io/', }, { name: 'Vagrant', lang: 'ruby', desc: 'Vagrant is a tool for building and distributing development environments.', link: 'https://www.vagrantup.com/', }, { name: 'Packer', lang: 'golang', desc: 'Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.', link: 'https://www.packer.io/', }, ];