github.com/daveadams/terraform@v0.6.4-0.20160830094355-13ce74975936/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/2fafdc19b0f7248e9a1e1e07d5a8b678.png?s=125"> 58 <div class="bio"> 59 <h3>Paul Hinze (<a href="https://github.com/phinze">@phinze</a>)</h3> 60 <p> 61 Paul Hinze is the Project Lead of Terraform. He helps organize the team 62 of HashiCorp employees and community members that work on Terraform 63 day-to-day. He works on Terraform's core and providers. 64 </p> 65 </div> 66 </div> 67 68 <div class="person"> 69 <img class="pull-left" src="https://www.gravatar.com/avatar/dfb3948650131e4f0385c3328187cfca.png?s=125"> 70 <div class="bio"> 71 <h3>Clint Shryock (<a href="https://github.com/catsby">@catsby</a>)</h3> 72 <p> 73 Clint Shryock is a HashiCorp Engineer working on Terraform. He is the 74 primary maintainer of the AWS provider, and works across all providers. 75 Clint is also the primary author of the Fastly provider. 76 </p> 77 </div> 78 </div> 79 80 <div class="person"> 81 <img class="pull-left" src="https://www.gravatar.com/avatar/61334cbecffccf24984b9a64530a7508.png?s=125"> 82 <div class="bio"> 83 <h3>James Nugent (<a href="https://github.com/jen20">@jen20</a>)</h3> 84 <p> 85 James Nugent is a HashiCorp Engineer working on Terraform. He is one the 86 principal developers working in Terraform's core, though he can also be 87 found working on providers from time to time as well. 88 </p> 89 </div> 90 </div> 91 92 <div class="clearfix"></div> 93 </div>