Terraform

Terraform Book in PDF, ePub and Kindle version is available to download in english. Read online anytime anywhere directly from your device. Click on the download button below to get a free pdf file of Terraform book. This book definitely worth reading, it is an incredibly well-written.

Terraform: Up & Running

Author : Yevgeniy Brikman
Publisher : "O'Reilly Media, Inc."
Page : 417 pages
File Size : 49,5 Mb
Release : 2019-09-06
Category : Computers
ISBN : 9781492046851

Get Book

Terraform: Up & Running by Yevgeniy Brikman Pdf

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

The Terraform Book

Author : James Turnbull
Publisher : James Turnbull
Page : 332 pages
File Size : 44,6 Mb
Release : 2016-12-31
Category : Computers
ISBN : 9780988820258

Get Book

The Terraform Book by James Turnbull Pdf

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 in Action

Author : Scott Winkler
Publisher : Simon and Schuster
Page : 604 pages
File Size : 46,8 Mb
Release : 2021-08-24
Category : Computers
ISBN : 9781638350316

Get Book

Terraform in Action by Scott Winkler Pdf

"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

Terraform

Author : Brian Merchant,Claire L. Evans
Publisher : MCD x FSG Originals
Page : 343 pages
File Size : 44,6 Mb
Release : 2022-08-16
Category : Fiction
ISBN : 9780374602673

Get Book

Terraform by Brian Merchant,Claire L. Evans Pdf

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.

Getting Started with Terraform

Author : Kirill Shirinkin
Publisher : Packt Publishing Ltd
Page : 208 pages
File Size : 51,6 Mb
Release : 2017-07-31
Category : Computers
ISBN : 9781788628358

Get Book

Getting Started with Terraform by Kirill Shirinkin Pdf

Build, Manage and Improve your infrastructure effortlessly. About This Book An up-to-date and comprehensive resource on Terraform that lets you quickly and efficiently launch your infrastructure Learn how to implement your infrastructure as code and make secure, effective changes to your infrastructure Learn to build multi-cloud fault-tolerant systems and simplify the management and orchestration of even the largest scale and most complex cloud infrastructures Who This Book Is For This book is for developers and operators who already have some exposure to working with infrastructure but want to improve their workflow and introduce infrastructure as a code practice. Knowledge of essential Amazon Web Services components (EC2, VPC, IAM) would help contextualize the examples provided. Basic understanding of Jenkins and Shell scripts will be helpful for the chapters on the production usage of Terraform. What You Will Learn Understand what Infrastructure as Code (IaC) means and why it matters Install, configure, and deploy Terraform Take full control of your infrastructure in the form of code Manage complete infrastructure, starting with a single server and scaling beyond any limits Discover a great set of production-ready practices to manage infrastructure Set up CI/CD pipelines to test and deliver Terraform stacks Construct templates to simplify more complex provisioning tasks In Detail Terraform is a tool used to efficiently build, configure, and improve the production infrastructure. It can manage the existing infrastructure as well as create custom in-house solutions. This book shows you when and how to implement infrastructure as a code practices with Terraform. It covers everything necessary to set up the complete management of infrastructure with Terraform, starting with the basics of using providers and resources. It is a comprehensive guide that begins with very small infrastructure templates and takes you all the way to managing complex systems, all using concrete examples that evolve over the course of the book. The book ends with the complete workflow of managing a production infrastructure as code—this is achieved with the help of version control and continuous integration. The readers will also learn how to combine multiple providers in a single template and manage different code bases with many complex modules. It focuses on how to set up continuous integration for the infrastructure code. The readers will be able to use Terraform to build, change, and combine infrastructure safely and efficiently. Style and approach This book will help and guide you to implement Terraform in your infrastructure. The readers will start by working on very small infrastructure templates and then slowly move on to manage complex systems, all by using concrete examples that will evolve during the course of the book.

Terraform Cookbook

Author : Mikael Krief
Publisher : Packt Publishing Ltd
Page : 360 pages
File Size : 51,8 Mb
Release : 2020-10-15
Category : Computers
ISBN : 9781800209626

Get Book

Terraform Cookbook by Mikael Krief Pdf

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

Author : Propaganda
Publisher : HarperCollins
Page : 222 pages
File Size : 51,5 Mb
Release : 2021-06-08
Category : Fiction
ISBN : 9780063036260

Get Book

Terraform by Propaganda Pdf

“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

Bootstrapping Microservices with Docker, Kubernetes, and Terraform

Author : Ashley Davis
Publisher : Simon and Schuster
Page : 438 pages
File Size : 41,5 Mb
Release : 2021-01-23
Category : Computers
ISBN : 9781638350934

Get Book

Bootstrapping Microservices with Docker, Kubernetes, and Terraform by Ashley Davis Pdf

Summary The best way to learn microservices development is to build something! Bootstrapping Microservices with Docker, Kubernetes, and Terraform guides you from zero through to a complete microservices project, including fast prototyping, development, and deployment. You’ll get your feet wet using industry-standard tools as you learn and practice the practical skills you’ll use for every microservices application. Following a true bootstrapping approach, you’ll begin with a simple, familiar application and build up your knowledge and skills as you create and deploy a real microservices project. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology Taking microservices from proof of concept to production is a complex, multi-step operation relying on tools like Docker, Terraform, and Kubernetes for packaging and deployment. The best way to learn the process is to build a project from the ground up, and that’s exactly what you’ll do with this book! About the book In Bootstrapping Microservices with Docker, Kubernetes, and Terraform, author Ashley Davis lays out a comprehensive approach to building microservices. You’ll start with a simple design and work layer-by-layer until you’ve created your own video streaming application. As you go, you’ll learn to configure cloud infrastructure with Terraform, package microservices using Docker, and deploy your finished project to a Kubernetes cluster. What's inside Developing and testing microservices applications Working with cloud providers Applying automated testing Implementing infrastructure as code and setting up a continuous delivery pipeline Monitoring, managing, and troubleshooting About the reader Examples are in JavaScript. No experience with microservices, Kubernetes, Terraform, or Docker required. About the author Ashley Davis is a software developer, entrepreneur, stock trader, and the author of Manning’s Data Wrangling with JavaScript. Table of Contents 1 Why microservices? 2 Creating your first microservice 3 Publishing your first microservice 4 Data management for microservices 5 Communication between microservices 6 Creating your production environment 7 Getting to continuous delivery 8 Automated testing for microservices 9 Exploring FlixTube 10 Healthy microservices 11 Pathways to scalability

The Packer Book

Author : James Turnbull
Publisher : Turnbull Press
Page : 144 pages
File Size : 45,8 Mb
Release : 2017-07-31
Category : Computers
ISBN : 9780988820272

Get Book

The Packer Book by James Turnbull Pdf

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

Terraform Cookbook

Author : Mikael Krief
Publisher : Packt Publishing Ltd
Page : 635 pages
File Size : 43,9 Mb
Release : 2023-08-31
Category : Computers
ISBN : 9781804619636

Get Book

Terraform Cookbook by Mikael Krief Pdf

Explore how to provision, manage, and scale your infrastructure using Infrastructure as Code (IaC) with Terraform Purchase of the print or Kindle book includes a free PDF eBook Key Features Get up and running with the latest version of Terraform (v1+) CLI Discover how to deploy Kubernetes resources with Terraform Learn how to troubleshoot common Terraform issues Book DescriptionHashiCorp Configuration Language (HCL) has changed how we define and provision data center infrastructure with the launch of Terraform, a top-tier product for building Infrastructure as Code (IaC). Terraform Cookbook shows you how to leverage Terraform to manage complex infrastructure with ease. This new edition has been updated to include real-world examples for provisioning Azure, AWS and GCP infrastructure with Terraform. You'll delve into manual and automated testing with Terraform configurations, creating and managing a balanced, efficient, and reusable infrastructure with Terraform modules. You'll learn how to automate the deployment of Terraform configuration with continuous integration and continuous delivery (CI/CD). Besides that, several new chapters have been added that describe the use of Terraform for Docker and Kubernetes, examine advanced topics on GitOps practices, and explain how to test Terraform configurations using different tools to check code and security compliance. The final chapter covers troubleshooting common Terraform issues and provides solutions for frequently encountered errors. By the end of this book, you'll have developed the skills needed to get the most value out of Terraform and to effectively manage your infrastructure.What you will learn Use Terraform to build and run cloud and Kubernetes infrastructure using IaC best practices Adapt the Terraform command line adapted to appropriate use cases Automate the deployment of Terraform confi guration with CI/CD Discover manipulation of the Terraform state by adding or removing resources Explore Terraform for Docker and Kubernetes deployment, advanced topics on GitOps practices, and Cloud Development Kit (CDK) Add and apply test code and compliance security in Terraform configuration Debug and troubleshoot common Terraform errors 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.

HashiCorp Infrastructure Automation Certification Guide

Author : Ravi Mishra
Publisher : Packt Publishing Ltd
Page : 350 pages
File Size : 55,6 Mb
Release : 2021-07-15
Category : Computers
ISBN : 9781800560888

Get Book

HashiCorp Infrastructure Automation Certification Guide by Ravi Mishra Pdf

Leverage Terraform's capabilities to reuse code, write modules, automate deployments, and manage infrastructure state Key FeaturesPerform complex enterprise-grade infrastructure deployments using Terraform v1.0, the latest version of TerraformLearn to scale your infrastructure without introducing added deployment complexitiesUnderstand how to overcome infrastructure deployment challengesBook Description Terraform is a highly sought-after technology for orchestrating infrastructure provisioning. This book is a complete reference guide to enhancing your infrastructure automation skills, offering up-to-date coverage of the HashiCorp infrastructure automation certification exam. This book is written in a clear and practical way with self-assessment questions and mock exams that will help you from a HashiCorp infrastructure automation certification exam perspective. This book covers end-to-end activities with Terraform, such as installation, writing its configuration file, Terraform modules, backend configurations, data sources, and infrastructure provisioning. You'll also get to grips with complex enterprise infrastructures and discover how to create thousands of resources with a single click. As you advance, you'll get a clear understanding of maintaining infrastructure as code (IaC) in Repo/GitHub, along with learning how to create, modify, and remove infrastructure resources as and when needed. Finally, you'll learn about Terraform Cloud and Enterprise and their enhanced features. By the end of this book, you'll have a handy, up-to-date desktop reference guide along with everything you need to pass the HashiCorp Certified: Terraform Associate exam with confidence. What you will learnEffectively maintain the life cycle of your infrastructure using Terraform 1.0Reuse Terraform code to provision any cloud infrastructureWrite Terraform modules on multiple cloud providersUse Terraform workflows with the Azure DevOps pipelineWrite Terraform configuration files for AWS, Azure, and Google CloudDiscover ways to securely store Terraform state filesUnderstand Policy as Code using Terraform SentinelGain an overview of Terraform Cloud and Terraform EnterpriseWho this book is for This book is for experienced cloud engineers, DevOps engineers, system administrators, and solution architects interested in developing industry-grade skills with Terraform. You will also find this book useful if you want to pass the HashiCorp Certified: Terraform Associate exam. Basic command-line skills and prior knowledge of cloud environments and their services are required before getting started with this book.

Terraform CLI Boss

Author : Rob Botwright
Publisher : Rob Botwright
Page : 302 pages
File Size : 52,7 Mb
Release : 101-01-01
Category : Computers
ISBN : 9781839385988

Get Book

Terraform CLI Boss by Rob Botwright Pdf

Unleash Your Mastery of Terraform CLI with the Terraform CLI Boss Book Bundle Are you ready to embark on a journey to become a true Terraform CLI Boss, from a Novice to a Command Line Guru? Look no further than our comprehensive book bundle: "Terraform CLI Boss: Novice to Command Line Guru." What You'll Discover: Book 1 - Terraform CLI Boss: Mastering the Basics In this foundational book, you'll lay the groundwork for your Terraform journey. Learn to set up your environment, grasp core concepts, and master essential commands to create and manage infrastructure resources. Whether you're a beginner or in need of a refresher, this book is your solid starting point. Book 2 - Terraform CLI Boss: Command Line Wizardry Elevate your skills as you delve into advanced configuration management techniques. Become a wizard in using HashiCorp Configuration Language (HCL), dynamic workflows with variables, and the customization of Terraform through providers and plugins. Unlock your potential and wield Terraform CLI with confidence. Book 3 - Terraform CLI Boss: From Novice to Ninja Transition into a Terraform ninja by exploring modules and workspaces. Discover the art of building reusable modules, optimizing collaborative workflows, and applying best practices. Equip yourself with the expertise needed to navigate Terraform's intricacies and excel in your projects. Book 4 - Terraform CLI Boss: Expert-Level Commands Unleashed Take your Terraform mastery to the next level with this expert-level guide. Explore advanced CLI techniques, infrastructure testing, and validation. Master debugging and troubleshooting, ensuring the reliability of your Terraform projects. Conquer complex infrastructure challenges with ease. Why Choose the Terraform CLI Boss Book Bundle: · Comprehensive Learning Path: Seamlessly progress from beginner to expert with a structured learning path. · Real-World Skills: Gain practical, real-world skills that can boost your career in DevOps and infrastructure automation. · Experienced Authors: Benefit from the expertise of seasoned authors who have mastered Terraform CLI. · Ready for the Challenge: Be prepared to tackle complex infrastructure scenarios and troubleshoot with confidence. Unlock the full potential of Terraform's command-line interface and become a sought-after Terraform CLI expert. Don't miss out on this opportunity to elevate your skills and stand out in the competitive world of DevOps and infrastructure as code. Are you ready to become a Terraform CLI Boss? Order the Terraform CLI Boss Book Bundle today and transform your infrastructure automation skills!

Terraform in Action

Author : Scott Winkler
Publisher : Simon and Schuster
Page : 406 pages
File Size : 50,6 Mb
Release : 2021-07-06
Category : Computers
ISBN : 9781617296895

Get Book

Terraform in Action by Scott Winkler Pdf

"For readers experienced with a major cloud platform such as AWS. Examples in Javascript and Golang"--Back cover.

Architecting AWS with Terraform

Author : Erol Kavas
Publisher : Packt Publishing Ltd
Page : 260 pages
File Size : 50,8 Mb
Release : 2023-12-29
Category : Computers
ISBN : 9781803244372

Get Book

Architecting AWS with Terraform by Erol Kavas Pdf

Accelerate your business growth by employing Terraform for AWS projects with this comprehensive guide packed with practical implementation tips for start-ups, enterprises, and personal projects Key Features Learn Terraform on AWS from 12x AWS certified trainer Improve reusability and governance for large-scale Terraform projects Use infrastructure as code practices to fully automate AWS workloads Purchase of the print or Kindle book includes a free PDF eBook Book DescriptionInfrastructure as code (IaC) and Terraform have become essential tools for managing cloud infrastructure and automating deployment processes. Mastering Terraform on AWS presents a step-by-step approach on how to master these tools and build a secure and scalable AWS infrastructure. The book starts with an introduction to patterns and anti-patterns of IaC and Terraform, explaining the common mistakes and pitfalls you must avoid. You’ll then learn about the importance of planning and designing infrastructure projects in AWS and making informed decisions for projects in AWS Terraform. You’ll find out how to implement Terraform in your projects and deploy serverless projects. Next, you’ll be able to deploy containers in AWS with Terraform, exploring the best practices for Terraform IaC projects. You’ll understand how you can leverage Terraform for enterprises, build Git workflows for IaC and Terraform projects, and automate deployment of Terraform projects. The last set of chapters will teach you how to govern AWS with Terraform and build a secure infrastructure. Finally, you’ll discover how to achieve a perfect AWS infrastructure with Terraform. By the end of this book, you’ll have gained a comprehensive understanding of the various aspects of Terraform and IaC, along with the knowledge required to build, manage, and deploy complex infrastructures on AWS.What you will learn Get to grips with Terraform frameworks and best practices Use Terraform providers and modules Develop your first AWS resource in Terraform Build an infrastructure project with Terraform Govern an infrastructure project in Terraform Deploy Terraform projects to AWS with CI/CD Who this book is for This book is for cloud and DevOps engineers, developers, and architects responsible for writing or designing infrastructure as code to deploy resources in AWS. You are expected to have a basic understanding of AWS and should have experience deploying resources through the user interface (UI).

Terraform for Google Cloud Essential Guide

Author : Bernd Nordhausen
Publisher : Packt Publishing Ltd
Page : 180 pages
File Size : 51,5 Mb
Release : 2023-01-13
Category : Computers
ISBN : 9781804616413

Get Book

Terraform for Google Cloud Essential Guide by Bernd Nordhausen Pdf

Become an expert in Terraform on Google Cloud by using Infrastructure as Code for provisioning multiple yet consistent environments to increase productivity in no time Key FeaturesGet up and running with Terraform on Google CloudLearn Terraform concepts using Google Cloud code examplesApply Terraform to deploy realistic multi-tiered architectures quickly and repeatedlyBook Description Google Cloud has adopted Terraform as the standard Infrastructure as Code tool. This necessitates a solid understanding of Terraform for any cloud architect or engineer working on Google Cloud. Yet no specific resources are available that focus on how to use Terraform on Google Cloud. This is the first book that teaches Terraform specifically for Google Cloud. You will take a journey from the basic concepts through to deploying complex architectures using Terraform. Using extensive code examples, you will receive guidance on how to authenticate Terraform in Google Cloud. As you advance, you'll get to grips with all the essential concepts of the Terraform language as applied to Google Cloud and deploy complete working architectures at the push of a button. Finally, you'll also be able to improve your Terraform workflow using Google Cloud native and third-party tools. By the end of this Terraform book, you will have gained a thorough understanding of Terraform and how to use it on Google Cloud, and be able to develop effective Terraform code, build reusable code, and utilize public domain Terraform modules to deploy on Google Cloud faster and more securely. What you will learnAuthenticate Terraform in Google Cloud using multiple methodsWrite efficient Terraform codeUse modules to share Terraform templatesManage multiple environments in Google CloudApply Terraform to deploy multi-tiered architecturesUse public modules to deploy complex architectures quicklyIntegrate Terraform into your Google Cloud environmentWho this book is for This book is for Google Cloud architects and engineers who want to increase their productivity by using Terraform to automate the provisioning of Google Cloud deployments. A basic understanding of Google Cloud, such as the ability to provision resources using the Google Cloud console and using Cloud Shell, is assumed. Certification in Google Cloud is not required but helpful.