github.com/jmbataller/terraform@v0.6.8-0.20151125192640-b7a12e3a580c/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  
    28  <h1>People</h1>
    29  <p>
    30  The following people are some of the faces behind Terraform. They each
    31  contribute to Terraform in some core way. Over time, faces may appear and
    32  disappear from this list as contributors come and go.
    33  </p>
    34  <div class="people">
    35  	<div class="person">
    36  		<img class="pull-left" src="http://www.gravatar.com/avatar/54079122b67de9677c1f93933ce8b63a.png?s=125">
    37  		<div class="bio">
    38  			<h3>Mitchell Hashimoto (<a href="https://github.com/mitchellh">@mitchellh</a>)</h3>
    39  			<p>
    40  			Mitchell Hashimoto is the creator of Terraform and works on all
    41  			layers of Terraform from the core to providers. In addition to Terraform,
    42  			Mitchell is the creator of
    43  			<a href="https://www.vagrantup.com">Vagrant</a>,
    44  			<a href="https://www.packer.io">Packer</a>, and
    45  			<a href="https://www.consul.io">Consul</a>.
    46  			</p>
    47  		</div>
    48  	</div>
    49  
    50  	<div class="person">
    51  		<img class="pull-left" src="http://www.gravatar.com/avatar/11ba9630c9136eef9a70d26473d355d5.png?s=125">
    52  		<div class="bio">
    53  			<h3>Armon Dadgar (<a href="https://github.com/armon">@armon</a>)</h3>
    54  			<p>
    55  			Armon Dadgar is a creator of Terraform. He created valuable sections
    56  			of the core and helps maintain providers as well. Armon is also the
    57  			creator of
    58  			<a href="https://www.consul.io">Consul</a>,
    59  			<a href="https://www.serfdom.io">Serf</a>,
    60  			<a href="https://github.com/armon/statsite">Statsite</a>, and
    61              <a href="https://github.com/armon/bloomd">Bloomd</a>.
    62              </p>
    63  		</div>
    64      </div>
    65  
    66  	<div class="person">
    67  		<img class="pull-left" src="http://www.gravatar.com/avatar/2acc31dd6370a54b18f6755cd0710ce6.png?s=125">
    68  		<div class="bio">
    69  			<h3>Jack Pearkes (<a href="https://github.com/pearkes">@pearkes</a>)</h3>
    70  			<p>
    71  			Jack Pearkes is a creator of Terraform. He created and maintains
    72  			most of the providers and documentation.
    73  			He is also a core committer to
    74  			<a href="https://www.packer.io">Packer</a> and
    75  			<a href="https://www.consul.io">Consul</a>
    76  			while also being an employee of
    77  			<a href="https://www.hashicorp.com">HashiCorp</a>.
    78  			</p>
    79  		</div>
    80      </div>
    81  
    82      <div class="clearfix"></div>
    83  </div>