github.com/danp/terraform@v0.9.5-0.20170426144147-39d740081351/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>Gitter:</strong> <a href="https://gitter.im/hashicorp-terraform/Lobby">Terraform Gitter Room</a> 17 </p> 18 <p> 19 <strong>IRC:</strong> Use the <a href="https://irc.gitter.im">Gitter IRC bridge</a> 20 </p> 21 <p> 22 <strong>Mailing list:</strong> <a href="https://groups.google.com/group/terraform-tool">Terraform Google Group</a> 23 </p> 24 <p> 25 <strong>Bug Tracker:</strong> <a href="https://github.com/hashicorp/terraform/issues">Issue tracker on GitHub</a>. Please only use this for reporting bugs. Do not ask for general help here. Use IRC or the mailing list for that. 26 </p> 27 <p> 28 <strong>Training:</strong> Paid <a href="https://www.hashicorp.com/training.html">HashiCorp training courses</a> are also available in a city near you. Private training courses are also available. 29 </p> 30 31 <h1>People</h1> 32 <p> 33 The following people are some of the faces behind Terraform. They each 34 contribute to Terraform in some core way. Over time, faces may appear and 35 disappear from this list as contributors come and go. 36 </p> 37 <div class="people"> 38 <div class="person"> 39 <img class="pull-left" src="https://www.gravatar.com/avatar/54079122b67de9677c1f93933ce8b63a.png?s=125"> 40 <div class="bio"> 41 <h3>Mitchell Hashimoto (<a href="https://github.com/mitchellh">@mitchellh</a>)</h3> 42 <p> 43 Mitchell Hashimoto is the creator of Terraform and works on all 44 layers of Terraform from the core to providers. In addition to Terraform, 45 Mitchell is the creator of 46 <a href="https://www.vagrantup.com">Vagrant</a>, 47 <a href="https://www.packer.io">Packer</a>, and 48 <a href="https://www.consul.io">Consul</a>. 49 </p> 50 </div> 51 </div> 52 53 <div class="person"> 54 <img class="pull-left" src="https://www.gravatar.com/avatar/2fafdc19b0f7248e9a1e1e07d5a8b678.png?s=125"> 55 <div class="bio"> 56 <h3>Paul Hinze (<a href="https://github.com/phinze">@phinze</a>)</h3> 57 <p> 58 Paul Hinze is the Project Lead of Terraform. He helps organize the team 59 of HashiCorp employees and community members that work on Terraform 60 day-to-day. He works on Terraform's core and providers. 61 </p> 62 </div> 63 </div> 64 65 <div class="person"> 66 <img class="pull-left" src="https://www.gravatar.com/avatar/dfb3948650131e4f0385c3328187cfca.png?s=125"> 67 <div class="bio"> 68 <h3>Clint Shryock (<a href="https://github.com/catsby">@catsby</a>)</h3> 69 <p> 70 Clint Shryock is a HashiCorp Engineer working on Terraform. He is the 71 primary maintainer of the AWS provider, and works across all providers. 72 Clint is also the primary author of the Fastly provider. 73 </p> 74 </div> 75 </div> 76 77 <div class="person"> 78 <img class="pull-left" src="https://www.gravatar.com/avatar/7a508a1329768332def9abdec9efa6fc?s=125"> 79 <div class="bio"> 80 <h3>Jake Champlin (<a href="https://github.com/grubernaut">@grubernaut</a>)</h3> 81 <p> 82 Jake Champlin is a HashiCorp Engineer working on Terraform. His primary 83 focus will be the Terraform Provider Ecosystem. 84 </p> 85 </div> 86 </div> 87 88 <div class="person"> 89 <img class="pull-left" src="https://www.gravatar.com/avatar/66fc33d259df37b17198d0d76e0ac169?s=125"> 90 <div class="bio"> 91 <h3>Radek Simko (<a href="https://github.com/radeksimko">@radeksimko</a>)</h3> 92 <p> 93 Radek Simko is a HashiCorp Engineer working on Terraform. His primary 94 focus is the Terraform Provider Ecosystem, but you can find him working 95 on some core features from time to time as well. 96 </p> 97 </div> 98 </div> 99 100 <div class="person"> 101 <img class="pull-left" src="https://en.gravatar.com/userimage/69428860/3cff3bc89fd8344b831ab955d49d754a.jpg?size=125"> 102 <div class="bio"> 103 <h3>Matthew Frahry (<a href="https://github.com/mbfrahry">@mbfrahry</a>)</h3> 104 <p> 105 Matthew Frahry is a HashiCorp Engineer working on Terraform with an emphasis on 106 the Terraform Provider Ecosystem. 107 </p> 108 </div> 109 </div> 110 111 <div class="person"> 112 <img class="pull-left" src="https://avatars2.githubusercontent.com/u/666005?v=3&s=125"> 113 <div class="bio"> 114 <h3>Tom Harvey (<a href="https://github.com/tombuildsstuff">@tombuildsstuff</a>)</h3> 115 <p> 116 Tom Harvey is a HashiCorp Engineer working on Terraform with an emphasis on 117 the Terraform Provider Ecosystem. 118 </p> 119 </div> 120 </div> 121 122 <div class="person"> 123 <img class="pull-left" src="https://avatars0.githubusercontent.com/u/20180?v=3&s=125"> 124 <div class="bio"> 125 <h3>Martin Atkins (<a href="https://github.com/apparentlymart">@apparentlymart</a>)</h3> 126 <p> 127 Martin Atkins is a community contributor turned HashiCorp Engineer working 128 on Terraform with a focus on the core. 129 </p> 130 </div> 131 </div> 132 133 <div class="clearfix"></div> 134 </div>