github.com/ns1/terraform@v0.7.10-0.20161109153551-8949419bef40/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 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="clearfix"></div>
    96  </div>