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