The Terraform Book

The Terraform Book
Title The Terraform Book PDF eBook
Author James Turnbull
Publisher James Turnbull
Total Pages 332
Release 2016-12-31
Genre Computers
ISBN 0988820250

Download The Terraform Book Book in PDF, Epub and Kindle

A hands-on, introductory book about managing infrastructure with Terraform. Start small and then build on what you learn to scale up to complex infrastructure. Written for both developers and sysadmins. Focuses on how to build infrastructure and applications with Terraform. The book contains: Chapter 1: An Introduction to Terraform Chapter 2: Installing Terraform Chapter 3: Building our first application Chapter 4: Provisioning and Terraform Chapter 5: Collaborating with Terraform Chapter 6: Building a multi-environment architecture Chapter 7: Infrastructure testing Updated for Terraform 0.12!

Terraform: Up & Running

Terraform: Up & Running
Title Terraform: Up & Running PDF eBook
Author Yevgeniy Brikman
Publisher "O'Reilly Media, Inc."
Total Pages 417
Release 2019-09-06
Genre Computers
ISBN 149204685X

Download Terraform: Up & Running Book in PDF, Epub and Kindle

Terraform has become a key player in the DevOps world for defining, launching, and managing infrastructure as code (IaC) across a variety of cloud and virtualization platforms, including AWS, Google Cloud, Azure, and more. This hands-on second edition, expanded and thoroughly updated for Terraform version 0.12 and beyond, shows you the fastest way to get up and running. Gruntwork cofounder Yevgeniy (Jim) Brikman walks you through code examples that demonstrate Terraform’s simple, declarative programming language for deploying and managing infrastructure with a few commands. Veteran sysadmins, DevOps engineers, and novice developers will quickly go from Terraform basics to running a full stack that can support a massive amount of traffic and a large team of developers. Explore changes from Terraform 0.9 through 0.12, including backends, workspaces, and first-class expressions Learn how to write production-grade Terraform modules Dive into manual and automated testing for Terraform code Compare Terraform to Chef, Puppet, Ansible, CloudFormation, and Salt Stack Deploy server clusters, load balancers, and databases Use Terraform to manage the state of your infrastructure Create reusable infrastructure with Terraform modules Use advanced Terraform syntax to achieve zero-downtime deployment

Terraform in Action

Terraform in Action
Title Terraform in Action PDF eBook
Author Scott Winkler
Publisher Simon and Schuster
Total Pages 604
Release 2021-08-24
Genre Computers
ISBN 1638350310

Download Terraform in Action Book in PDF, Epub and Kindle

"An outstanding source of knowledge for Terraform enthusiasts of all levels." - Anton Babenko, Betajob Terraform in Action shows you how to automate and scale infrastructure programmatically using the Terraform toolkit. Summary In Terraform in Action you will learn: Cloud architecture with Terraform Terraform module sharing and the private module registry Terraform security in a multitenant environment Strategies for performing blue/green deployments Refactoring for code maintenance and reusability Running Terraform at scale Creating your own Terraform provider Using Terraform as a continuous development/continuous delivery platform Terraform in Action introduces the infrastructure-as-code (IaC) model that lets you instantaneously create new components and respond efficiently to changes in demand. You’ll use the Terraform automation tool to design and manage servers that can be provisioned, shared, changed, tested, and deployed with a single command. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology Provision, deploy, scale, and clone your entire stack to the cloud at the touch of a button. In Terraform, you create a collection of simple declarative scripts that define and manage application infrastructure. This powerful infrastructure-as-code approach automates key tasks like versioning and testing for everything from low-level networking to cloud services. About the book Terraform in Action shows you how to automate and scale infrastructure programmatically using the Terraform toolkit. Using practical, relevant examples, you’ll use Terraform to provision a Kubernetes cluster, deploy a multiplayer game, and configure other hands-on projects. As you progress to advanced techniques like zero-downtime deployments, you’ll discover how to think in Terraform rather than just copying and pasting scripts. What's inside Cloud architecture with Terraform Terraform module sharing and the private module registry Terraform security in a multitenant environment Strategies for performing blue/green deployments About the reader For readers experienced with a major cloud platform such as AWS. Examples in JavaScript and Golang. About the author Scott Winkler is a DevOps engineer and a distinguished Terraform expert. He has spoken multiple times at HashiTalks and HashiConf, and was selected as a HashiCorp Ambassador and Core Contributor in 2020. Table of Contents PART 1 TERRAFORM BOOTCAMP 1 Getting started with Terraform 2 Life cycle of a Terraform resource 3 Functional programming 4 Deploying a multi-tiered web application in AWS PART 2 TERRAFORM IN THE WILD 5 Serverless made easy 6 Terraform with friends 7 CI/CD pipelines as code 8 A multi-cloud MMORPG PART 3 MASTERING TERRAFORM 9 Zero-downtime deployments 10 Testing and refactoring 11 Extending Terraform by writing a custom provider 12 Automating Terraform 13 Security and secrets management

The Packer Book

The Packer Book
Title The Packer Book PDF eBook
Author James Turnbull
Publisher Turnbull Press
Total Pages 144
Release 2017-07-31
Genre Computers
ISBN 0988820277

Download The Packer Book Book in PDF, Epub and Kindle

Introductory book designed for SysAdmins, Operations staff, Developers and DevOps who are interested in building images using the open source tool Packer.

Terraform

Terraform
Title Terraform PDF eBook
Author Brian Merchant
Publisher MCD x FSG Originals
Total Pages 343
Release 2022-08-16
Genre Fiction
ISBN 0374602670

Download Terraform Book in PDF, Epub and Kindle

An anthology of near future science fiction from VICE’s acclaimed, innovative digital speculative story destination, Terraform—in print for the first time. Terraform hones the predictive capacity of science fiction and seeks new, vivid, and visceral ways to depict the future we’re hurtling toward, translating the decay and anxiety that surround us into something else, something unexpected, something that burns like a beacon and upends the conventional ideas of where we’ll end up next. Section by section—Watch/Worlds/Burn—the book takes on surveillance, artificial intelligence, and climate collapse. With a potent roster of established names and rising talents—from Bruce Sterling, Ellen Ullman, Cory Doctorow, Jeff VanderMeer, and Omar El Akkad, to E. Lily Yu, Elvia Wilk, Fernando Flores, Tochi Onyebuchi, and Gus Moreno—it confronts the issues that orbit our everyday existence, and takes them to unsettling dimensions.

Terraform Cookbook

Terraform Cookbook
Title Terraform Cookbook PDF eBook
Author Mikael Krief
Publisher Packt Publishing Ltd
Total Pages 360
Release 2020-10-15
Genre Computers
ISBN 1800209622

Download Terraform Cookbook Book in PDF, Epub and Kindle

Discover how to manage and scale your infrastructure using Infrastructure as Code (IaC) with Terraform Key Features Get up and running with the latest version of Terraform, v0.13 Design and manage infrastructure that can be shared, tested, modified, provisioned, and deployed Work through practical recipes to achieve zero-downtime deployment and scale your infrastructure effectively Book DescriptionHashiCorp Configuration Language (HCL) has changed how we define and provision a data center infrastructure with the launch of Terraform—one of the most popular and powerful products for building Infrastructure as Code. This practical guide will show you how to leverage HashiCorp's Terraform tool to manage a complex infrastructure with ease. Starting with recipes for setting up the environment, this book will gradually guide you in configuring, provisioning, collaborating, and building a multi-environment architecture. Unlike other books, you’ll also be able to explore recipes with real-world examples to provision your Azure infrastructure with Terraform. Once you’ve covered topics such as Azure Template, Azure CLI, Terraform configuration, and Terragrunt, you’ll delve into manual and automated testing with Terraform configurations. The next set of chapters will show you how to manage a balanced and efficient infrastructure and create reusable infrastructure with Terraform modules. Finally, you’ll explore the latest DevOps trends such as continuous integration and continuous delivery (CI/CD) and zero-downtime deployments. By the end of this book, you’ll have developed the skills you need to get the most value out of Terraform and manage your infrastructure effectively.What you will learn Understand how to install Terraform for local development Get to grips with writing Terraform configuration for infrastructure provisioning Use Terraform for advanced infrastructure use cases Understand how to write and use Terraform modules Discover how to use Terraform for Azure infrastructure provisioning Become well-versed in testing Terraform configuration Execute Terraform configuration in CI/CD pipelines Explore how to use Terraform Cloud Who this book is for This book is for developers, operators, and DevOps engineers looking to improve their workflow and use Infrastructure as Code. Experience with Microsoft Azure, Jenkins, shell scripting, and DevOps practices is required to get the most out of this Terraform book.

Terraform

Terraform
Title Terraform PDF eBook
Author Propaganda
Publisher HarperCollins
Total Pages 222
Release 2021-06-08
Genre Fiction
ISBN 0063036266

Download Terraform Book in PDF, Epub and Kindle

“Brilliant, searing, and completely new, Prop doesn’t just teach us about terraforming, he literally terraformed something new and generous—and funny!—with this book. It will give you a whole language and lens for co-creation of a more beautiful and true world.” — Sarah Bessey, New York Times bestselling author of A Rhythm of Prayer “The culture is at an inflection point and we need voices that can rightly interpret the times, voices that can inspire humanity to move forward. In walks Propaganda with the fire of a Black prophet and a tongue sharp like a sword ready to do the painstaking work of terraforming our souls. Terraform is gritty, masterful, and wholly transcendent.” — William Matthews, Artist x Advocate, Singer-Songwriter, co-host of The Liturgist Podcast “Propaganda brings the gifts of his brilliant thoughts and powerful words into a book that not only inspires us to believe that we can recreate a world in which beauty and justice flourish but gives us the tools to do so.” — Jenny Yang, Vice President for Advocacy and Policy, World Relief “What is this book? Is it poetry? Prose? Wild ramblings? Social commentary? Inspiration? Provocation? Yes to all of it. Yes to Prop’s beautiful, faithful imagination and to his sharp-eyed, open-hearted observation of the world around us. Yes to his gorgeous call to dream, to cherish, to remember, to breathe, to love.” — Jeff Chu, co-curator of Evolving Faith, and author of Does Jesus Really Love Me? "Propaganda weaves together words, as only he can, to stir up our discontent for the current state of things and help us form a vision for a better future. Terraform is a brilliant roadmap for reconstructing the world written by one of our generation's most spiritually subversive poets. We ignore it at our peril." — Jonathan Merritt, contributing writer for The Atlantic and author of Learning to Speak God from Scratch “Propaganda’s brilliant prose crystallizes into this refreshing, comprehensive guide for anyone who has yearned to transform themselves and their communities.” — Ian Morgan Cron, author of The Story of You and co-author of The Road Back to You