github.com/adrian-bl/terraform@v0.7.0-rc2.0.20160705220747-de0a34fc3517/website/source/community.html.erb (about) 1 --- 2 layout: "inner" 3 page_title: "Community" 4 description: |- 5 Terraform is a new project with a growing community. Despite this, there are active, dedicated users willing to help you through various mediums. 6 --- 7 8 <h1>Community</h1> 9 10 <p> 11 Terraform is a new project with a growing community. Despite this, 12 there are active, dedicated users willing to help you through various 13 mediums. 14 </p> 15 <p> 16 <strong>IRC:</strong> <code>#terraform-tool</code> on Freenode 17 </p> 18 <p> 19 <strong>Mailing list:</strong> 20 <a href="https://groups.google.com/group/terraform-tool">Terraform Google Group</a> 21 </p> 22 <p> 23 <strong>Bug Tracker:</strong> 24 <a href="https://github.com/hashicorp/terraform/issues">Issue tracker 25 on GitHub</a>. Please only use this for reporting bugs. Do not ask 26 for general help here. Use IRC or the mailing list for that. 27 </p> 28 <p> 29 <strong>Training:</strong> 30 Paid <a href="https://www.hashicorp.com/training.html">HashiCorp training courses</a> 31 are also available in a city near you. Private training courses are also available. 32 </p> 33 34 <h1>People</h1> 35 <p> 36 The following people are some of the faces behind Terraform. They each 37 contribute to Terraform in some core way. Over time, faces may appear and 38 disappear from this list as contributors come and go. 39 </p> 40 <div class="people"> 41 <div class="person"> 42 <img class="pull-left" src="https://www.gravatar.com/avatar/54079122b67de9677c1f93933ce8b63a.png?s=125"> 43 <div class="bio"> 44 <h3>Mitchell Hashimoto (<a href="https://github.com/mitchellh">@mitchellh</a>)</h3> 45 <p> 46 Mitchell Hashimoto is the creator of Terraform and works on all 47 layers of Terraform from the core to providers. In addition to Terraform, 48 Mitchell is the creator of 49 <a href="https://www.vagrantup.com">Vagrant</a>, 50 <a href="https://www.packer.io">Packer</a>, and 51 <a href="https://www.consul.io">Consul</a>. 52 </p> 53 </div> 54 </div> 55 56 <div class="person"> 57 <img class="pull-left" src="https://www.gravatar.com/avatar/11ba9630c9136eef9a70d26473d355d5.png?s=125"> 58 <div class="bio"> 59 <h3>Armon Dadgar (<a href="https://github.com/armon">@armon</a>)</h3> 60 <p> 61 Armon Dadgar is a creator of Terraform. He created valuable sections 62 of the core and helps maintain providers as well. Armon is also the 63 creator of 64 <a href="https://www.consul.io">Consul</a>, 65 <a href="https://www.serfdom.io">Serf</a>, 66 <a href="https://github.com/armon/statsite">Statsite</a>, and 67 <a href="https://github.com/armon/bloomd">Bloomd</a>. 68 </p> 69 </div> 70 </div> 71 72 <div class="person"> 73 <img class="pull-left" src="https://www.gravatar.com/avatar/2acc31dd6370a54b18f6755cd0710ce6.png?s=125"> 74 <div class="bio"> 75 <h3>Jack Pearkes (<a href="https://github.com/pearkes">@pearkes</a>)</h3> 76 <p> 77 Jack Pearkes is a creator of Terraform. He created and maintains 78 most of the providers and documentation. 79 He is also a core committer to 80 <a href="https://www.packer.io">Packer</a> and 81 <a href="https://www.consul.io">Consul</a> 82 while also being an employee of 83 <a href="https://www.hashicorp.com">HashiCorp</a>. 84 </p> 85 </div> 86 </div> 87 88 <div class="clearfix"></div> 89 </div>