github.com/dougneal/terraform@v0.6.15-0.20170330092735-b6a3840768a4/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/7a508a1329768332def9abdec9efa6fc?s=125">
    85  		<div class="bio">
    86  			<h3>Jake Champlin (<a href="https://github.com/grubernaut">@grubernaut</a>)</h3>
    87  			<p>
    88        Jake Champlin is a HashiCorp Engineer working on Terraform. His primary
    89        focus will be the Terraform Provider Ecosystem.
    90  			</p>
    91  		</div>
    92    </div>
    93  
    94    <div class="person">
    95  		<img class="pull-left" src="https://www.gravatar.com/avatar/66fc33d259df37b17198d0d76e0ac169?s=125">
    96  		<div class="bio">
    97  			<h3>Radek Simko (<a href="https://github.com/radeksimko">@radeksimko</a>)</h3>
    98  			<p>
    99        Radek Simko is a HashiCorp Engineer working on Terraform. His primary
   100        focus is the Terraform Provider Ecosystem, but you can find him working
   101        on some core features from time to time as well.
   102  			</p>
   103  		</div>
   104    </div>
   105  
   106    <div class="person">
   107  		<img class="pull-left" src="https://en.gravatar.com/userimage/69428860/3cff3bc89fd8344b831ab955d49d754a.jpg?size=125">
   108  		<div class="bio">
   109  			<h3>Matthew Frahry (<a href="https://github.com/mbfrahry">@mbfrahry</a>)</h3>
   110  			<p>
   111        Matthew Frahry is a HashiCorp Engineer working on Terraform with an emphasis on
   112        the Terraform Provider Ecosystem.
   113  			</p>
   114  		</div>
   115    </div>
   116  
   117    <div class="person">
   118      <img class="pull-left" src="https://avatars2.githubusercontent.com/u/666005?v=3&s=125">
   119      <div class="bio">
   120        <h3>Tom Harvey (<a href="https://github.com/tombuildsstuff">@tombuildsstuff</a>)</h3>
   121        <p>
   122        Tom Harvey is a HashiCorp Engineer working on Terraform with an emphasis on
   123        the Terraform Provider Ecosystem.
   124        </p>
   125      </div>
   126    </div>
   127  
   128    <div class="person">
   129      <img class="pull-left" src="https://avatars0.githubusercontent.com/u/20180?v=3&amp;s=125">
   130      <div class="bio">
   131        <h3>Martin Atkins (<a href="https://github.com/apparentlymart">@apparentlymart</a>)</h3>
   132        <p>
   133        Martin Atkins is a community contributor turned HashiCorp Engineer working
   134  			on Terraform with a focus on the core.
   135        </p>
   136      </div>
   137    </div>
   138  
   139    <div class="clearfix"></div>
   140  </div>