github.com/adamar/terraform@v0.2.2-0.20141016210445-2e703afdad0e/website/source/community.html.erb (about)

     1  ---
     2  layout: "inner"
     3  page_title: "Community"
     4  ---
     5  
     6  <h1>Community</h1>
     7  
     8  <p>
     9  Terraform is a new project with a growing community. Despite this,
    10  there are active, dedicated users willing to help you through various
    11  mediums.
    12  </p>
    13  <p>
    14  <strong>IRC:</strong> <code>#terraform-tool</code> on Freenode
    15  </p>
    16  <p>
    17  <strong>Mailing list:</strong>
    18  <a href="https://groups.google.com/group/terraform-tool">Terraform Google Group</a>
    19  </p>
    20  <p>
    21  <strong>Bug Tracker:</strong>
    22  <a href="https://github.com/hashicorp/terraform/issues">Issue tracker
    23  	on GitHub</a>. Please only use this for reporting bugs. Do not ask
    24  for general help here. Use IRC or the mailing list for that.
    25  
    26  <h1>People</h1>
    27  <p>
    28  The following people are some of the faces behind Terraform. They each
    29  contribute to Terraform in some core way. Over time, faces may appear and
    30  disappear from this list as contributors come and go.
    31  </p>
    32  <div class="people">
    33  	<div class="person">
    34  		<img class="pull-left" src="http://www.gravatar.com/avatar/54079122b67de9677c1f93933ce8b63a.png?s=125">
    35  		<div class="bio">
    36  			<h3>Mitchell Hashimoto (<a href="https://github.com/mitchellh">@mitchellh</a>)</h3>
    37  			<p>
    38  			Mitchell Hashimoto is the creator of Terraform and works on all
    39  			layers of Terraform from the core to providers. In addition to Terraform,
    40  			Mitchell is the creator of
    41  			<a href="http://www.vagrantup.com">Vagrant</a>,
    42  			<a href="http://www.packer.io">Packer</a>, and
    43  			<a href="http://www.consul.io">Consul</a>.
    44  			</p>
    45  		</div>
    46  	</div>
    47  
    48  	<div class="person">
    49  		<img class="pull-left" src="http://www.gravatar.com/avatar/11ba9630c9136eef9a70d26473d355d5.png?s=125">
    50  		<div class="bio">
    51  			<h3>Armon Dadgar (<a href="https://github.com/armon">@armon</a>)</h3>
    52  			<p>
    53  			Armon Dadgar is a creator of Terraform. He created valuable sections
    54  			of the core and helps maintain providers as well. Armon is also the
    55  			creator of
    56  			<a href="http://www.consul.io">Consul</a>,
    57  			<a href="http://www.serfdom.io">Serf</a>,
    58  			<a href="https://github.com/armon/statsite">Statsite</a>, and
    59              <a href="https://github.com/armon/bloomd">Bloomd</a>.
    60              </p>
    61  		</div>
    62      </div>
    63  
    64  	<div class="person">
    65  		<img class="pull-left" src="http://www.gravatar.com/avatar/2acc31dd6370a54b18f6755cd0710ce6.png?s=125">
    66  		<div class="bio">
    67  			<h3>Jack Pearkes (<a href="https://github.com/pearkes">@pearkes</a>)</h3>
    68  			<p>
    69  			Jack Pearkes is a creator of Terraform. He created and maintains
    70  			most of the providers and documentation.
    71  			He is also a core committer to
    72  			<a href="http://www.packer.io">Packer</a> and
    73  			<a href="http://www.consul.io">Consul</a>
    74  			while also being an employee of
    75  			<a href="http://www.hashicorp.com">HashiCorp</a>.
    76  			</p>
    77  		</div>
    78      </div>
    79  
    80      <div class="clearfix"></div>
    81  </div>