github.com/sixgill/terraform@v0.9.0-beta2.0.20170316214032-033f6226ae50/website/source/index.html.erb (about) 1 <!-- Main jumbotron for a primary marketing message or call to action --> 2 <div id="jumbotron-mask"> 3 <div id="jumbotron"> 4 <div class="jumbotron-content" id="jumbotron-content"> 5 <div class="container"> 6 <div class="row"> 7 <div class="col-sm-12"> 8 <h2 class="tag-line" id="tag-line" style="visibility: hidden;">Write, plan, and create infrastructure as code</h2> 9 </div> 10 </div> 11 </div> 12 </div> 13 </div> 14 </div> 15 16 <div class="cta" id="primary-cta"> 17 <div class="container"> 18 <div class="row"> 19 <div class="col-md-8"> 20 <p class="lead lower-opacity">Terraform enables you to safely and predictably create, change, and 21 improve production infrastructure. It is an open source tool that 22 codifies APIs into declarative configuration files that can be shared amongst team members, 23 treated as code, edited, reviewed, and versioned. </p> 24 </div> 25 <div class="col-md-4"> 26 <p class="center vert-container"> 27 <a class="terra-btn" href="/intro/index.html">Get Started</a> 28 </p> 29 </div> 30 <div class="col-md-12"> 31 <div class="vert-container announcement"> 32 <p class="center"> 33 Announcing Terraform Enterprise, collaboration for teams. <a class="link-highlight" href="https://hashicorp.com/terraform.html">Learn more.</a> 34 </p> 35 </div> 36 </div> 37 </div> 38 </div><!-- /. row --> 39 </div><!-- / .container --> 40 </div><!-- / .#primary-cta --> 41 42 <div class="temp-skew"></div> 43 44 <div id="feature-overview"> 45 <div class="container"> 46 <div class="row"> 47 <div class="col-sm-12"> 48 <h2>Features</h2> 49 </div> 50 <div class="col-sm-4"> 51 <a href="#write-section" class="feature-card feature-card-write"> 52 <h3>Write</h3> 53 <p>Infrastructure as code</p> 54 </a> 55 </div> 56 <div class="col-sm-4"> 57 <a href="#plan-section" class="feature-card feature-card-plan"> 58 <h3>Plan</h3> 59 <p>Preview changes before applying</p> 60 </a> 61 </div> 62 <div class="col-sm-4"> 63 <a href="#create-section" class="feature-card feature-card-create"> 64 <h3>Create</h3> 65 <p>Reproducible infrastructure</p> 66 </a> 67 </div> 68 </div> 69 </div> 70 </div> 71 72 <div class="skew-item feature" id="feature-write"> 73 <div class="container"> 74 <div id="write-section" class="row"> 75 <div class="col-sm-12"> 76 <h2>Infrastructure as code</h2> 77 <p class="lead sub-black">Define infrastructure as code to increase operator productivity and transparency.</p> 78 </div> 79 <img class="feature-image" id="feature-image-write-sm-screen" src="/assets/images/feature-write-bg.svg" /> 80 <div class="col-sm-4"> 81 <h3>Collaborate & share</h3> 82 <p class="sub-black">Terraform configuration can be stored in version control, 83 shared, and collaborated on by teams of operators.</p> 84 <h3>Evolve your infrastructure</h3> 85 <p class="sub-black">Track the complete history of infrastructure versions.</p> 86 <h3>Automation friendly</h3> 87 <p class="sub-black">If it can be codified, it can be automated.</p> 88 </div> 89 </div> 90 </div> <!-- /container --> 91 <div class="feature-skew" id="feature-write-bg"> 92 <img class="feature-image" id="feature-image-write-lg-screen" src="/assets/images/feature-write-bg.svg" /> 93 </div> 94 </div> <!-- /feature --> 95 96 <div class="skew-item feature" id="feature-plan"> 97 <div class="container"> 98 <div id="plan-section" class="row"> 99 <div class="col-sm-12"> 100 <h2>One safe workflow across providers</h2> 101 <p class="lead lower-opacity">Terraform provides an elegant user experience for 102 operators to safely and predictably make changes to infrastructure.</p> 103 </div> 104 <div class="col-sm-12"> 105 <img class="feature-image" id="feature-image-plan-sm-screen" src="/assets/images/feature-plan-sm-bg.svg" /> 106 <img class="feature-image" id="feature-image-plan-lg-screen" src="/assets/images/feature-plan-bg.svg" /> 107 </div> 108 <div class="col-sm-4"> 109 <h3>Map resource dependencies</h3> 110 <p class="lower-opacity">Understand how a minor change could have potential cascading effects 111 across an infrastructure before executing that change. Terraform 112 builds a dependency graph from the configurations, and walks this 113 graph to generate plans, refresh state, and more.</p> 114 </div> 115 <div class="col-sm-4"> 116 <h3>Separation of plan & apply</h3> 117 <p class="lower-opacity">Separating plans and applies reduces mistakes and uncertainty at 118 scale. Plans show operators what would happen, applies execute 119 changes.</p> 120 </div> 121 <div class="col-sm-4"> 122 <h3>One workflow</h3> 123 <p class="lower-opacity">Use Terraform to create resources across all major infrastructure 124 providers (AWS, GCP, Azure, OpenStack, VMware, and more).</p> 125 </div> 126 </div> 127 </div> <!-- /container --> 128 <div class="feature-skew" id="feature-plan-bg"></div> 129 </div> <!-- /feature --> 130 131 <div class="skew-item feature" id="feature-create"> 132 <div class="container"> 133 <div id="create-section" class="row"> 134 <div class="col-sm-6"> 135 <h2>Reproducible infrastructure</h2> 136 <p class="lead sub-black">Terraform lets operators easily use the same 137 configurations in multiple places to reduce mistakes and save time.</p> 138 </div> 139 <div class="col-sm-6"> 140 <img class="feature-image" id="feature-image-create" src="/assets/images/feature-create-bg.svg" /> 141 </div> 142 </div> 143 <div class="row"> 144 <div class="col-sm-4"> 145 <h3>Environment parity</h3> 146 <p class="sub-black">Use the same Terraform configuration to provision identical staging, 147 QA, and production environments.</p> 148 </div> 149 <div class="col-sm-4"> 150 <h3>Shareable modules</h3> 151 <p class="sub-black">Common Terraform configurations can be packaged as modules and used 152 across teams and organizations.</p> 153 </div> 154 <div class="col-sm-4"> 155 <h3>Combine multiple providers consistently</h3> 156 <p class="sub-black">Terraform allows you to effortlessly combine high-level system 157 providers. Launch a server from one cloud provider, add a DNS entry 158 with its IP with a different provider. Built-in dependency resolution 159 means things happen in the right order.</p> 160 </div> 161 </div> 162 </div> <!-- /container --> 163 <div class="feature-skew" id="feature-create-bg"></div> 164 </div> <!-- /feature --> 165 166 <div class="skew-item" id="latest-announcement"> 167 <div class="container"> 168 <div class="row"> 169 <div class="col-md-offset-1 col-md-11 col-sm-12"> 170 <h2>Latest</h2> 171 </div> 172 <div class="latest-col latest-col-left col-md-12 col-sm-12"> 173 <div class="latest-item latest-item-text"> 174 <h3 class="latest-title">Terraform 0.9 Released</h3> 175 <p class="lower-opacity"> 176 Terraform 0.9 adds major new functionality to Terraform. Read the highlights from the 0.9 release 177 </p> 178 <p> 179 <a class="outline-btn small-outline-btn" href="https://www.hashicorp.com/blog/terraform-0-9/">Read more</a> 180 </p> 181 </div> 182 <div class="latest-item latest-item-text"> 183 <h3 class="">Applying Graph Theory to Infrastructure As Code</h3> 184 <p class="lower-opacity"> 185 Watch this talk from HashiConf 2016 where we explore the graph theory at the heart of Terraform's orchestration engine. 186 </p> 187 <p> 188 <a class="outline-btn small-outline-btn" href="https://www.youtube.com/watch?v=4Pd9NrZSbGU">Watch Video</a> 189 </p> 190 </div> 191 </div> 192 </div> 193 </div><!-- /.container --> 194 <div class="feature-skew" id="latest-announcement-bg"></div> 195 </div><!-- /#latest-announcement --> 196 197 <div class="skew-item" id="demos"> 198 <div class="container"> 199 <div class="terminals row"> 200 <div class="col-sm-12"> 201 <h2>Examples</h2> 202 </div> 203 204 <div class="col-md-6 explantion"> 205 <h3>Composing Resources</h3> 206 <p class="sub-black">Use attributes from other resources to create an infrastructure 207 composed of resources across multiple providers. 208 </p> 209 </div> 210 211 <div class="terminal-item col-xs-12 col-lg-12"> 212 <div class="terminal"> 213 <header> 214 <h4>Example Configuration</h4> 215 </header> 216 <div class="terminal-window"> 217 <div class=""> 218 <div class="display"> 219 <p>resource <span class="txt-spe">"digitalocean_droplet"</span> <span class="txt-str">"web"</span> {</p> 220 <p> name = <span class="txt-str">"tf-web"</span></p> 221 <p> size = <span class="txt-str">"512mb"</span></p> 222 <p> image = <span class="txt-str">"centos-5-8-x32"</span></p> 223 <p> region = <span class="txt-str">"sfo1"</span></p> 224 <p>}</p> 225 <p> </p> 226 <p>resource <span class="txt-spe">"dnsimple_record"</span> <span class="txt-str">"hello"</span> {</p> 227 <p> domain = <span class="txt-str">"example.com"</span></p> 228 <p> name = <span class="txt-str">"test"</span></p> 229 <p> value = <span class="txt-str">"<span class="txt-var">${digitalocean_droplet.web.ipv4_address}</span>"</span></p> 230 <p> type = <span class="txt-str">"A"</span></p> 231 <p>}</p> 232 </div> 233 </div> 234 </div> 235 </div> 236 </div> <!-- /.terminal-item --> 237 238 <div class="col-md-6 explantion"> 239 <h3>Fast, Simplified Interaction</h3> 240 <p class="sub-black">Simple and intuitive configuration makes even the most complicated 241 services approachable: no more web consoles, loading bars, or 242 confusing CLI clients. 243 </p> 244 </div> 245 246 <div class="terminal-item col-xs-12 col-lg-12"> 247 <div class="terminal"> 248 <header> 249 <h4>Example Configuration</h4> 250 </header> 251 <div class="terminal-window"> 252 <div class=""> 253 <div class="display"> 254 <p>resource <span class="txt-spe">"aws_elb"</span> <span class="txt-str">"frontend"</span> {</p> 255 <p> name = <span class="txt-str">"frontend-load-balancer"</span></p> 256 <p> listener {</p> 257 <p> instance_port = <span class="txt-int">8000</span></p> 258 <p> instance_protocol = <span class="txt-str">"http"</span></p> 259 <p> lb_port = <span class="txt-int">80</span></p> 260 <p> lb_protocol = <span class="txt-str">"http"</span></p> 261 <p> }</p> 262 <p> </p> 263 <p> instances = [<span class="txt-str">"<span class="txt-var">${aws_instance.app.*.id}</span>"</span>]</p> 264 <p>}</p> 265 <p> </p> 266 <p>resource <span class="txt-spe">"aws_instance"</span> <span class="txt-str">"app"</span> {</p> 267 <p> count = <span class="txt-int">5</span></p> 268 <p> </p> 269 <p> ami = <span class="txt-str">"ami-408c7f28"</span></p> 270 <p> instance_type = <span class="txt-str">"t1.micro"</span></p> 271 <p>}</p> 272 </div> 273 </div> 274 </div> 275 </div> 276 </div> <!-- /.terminal-item --> 277 <div class="cta col-sm-12 col-lg-8 col-lg-offset-2" id="demo-cta"> 278 <p class="lead lower-opacity">The intro contains a walkthrough guide, introductory literature, and 279 a range of examples to experiment with Terraform.</p> 280 <p> 281 <a class="terra-btn" href="/intro/index.html">Get started</a> 282 </p> 283 </div> 284 </div> 285 </div><!-- /.container --> 286 <div class="feature-skew" id="demo-bg"></div> 287 </div><!-- /#demos --> 288 289 <div class="skew-item" id="enterprise-intro"> 290 <div class="container"> 291 <div class="row"> 292 <div class="col-sm-12"> 293 <h2><span>Terraform Enterprise</span></h2> 294 <p class="lead lower-opacity">Collaborative Infrastructure Automation for 295 organizations. Collaborate on Terraform configurations, 296 validate changes, and automate provisioning across providers.</p> 297 <p> 298 <a class="outline-btn" href="https://www.hashicorp.com/terraform.html">Learn More</a> 299 </div> 300 </div> 301 </div><!-- / .container --> 302 <div class="feature-skew" id="enterprise-intro-bg"></div> 303 </div><!-- / #enterprise-intro -->