null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Terraform in Depth (Infrastructure as Code with Terraform and OpenTofu)

List Price: $59.99
SKU:
9781633438002
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Robert Hafner
    Format:
    Paperback
    Pages:
    504
    Publisher:
    Manning (April 8, 2025)
    Language:
    English
    ISBN-13:
    9781633438002
    ISBN-10:
    1633438007
    Weight:
    28.8oz
    Dimensions:
    7.375" x 9.25" x 1.2"
    File:
    Eloquence-SimonSchuster_07042026_P10292974_onix30_Complete-20260704.xml
    Folder:
    Eloquence
    List Price:
    $59.99
    Pub Discount:
    37
    As low as:
    $46.19
    Publisher Identifier:
    P-SS
    Discount Code:
    A
    Imprint:
    Manning
    Case Pack:
    14
  • Overview

    An in-depth guide to everything Terraform, complete with newly established best practices and experienced insights into Infrastructure as Code.

    Terraform and its open-source fork OpenTofu’s “Infrastructure as Code (IaC)” approach has redefined the way you manage your infrastructure. Its premise is simple-yet-awesome: provision, update, scale, and replicate your infrastructure with the same ease as your application code. In Terraform in Depth, you’ll discover absolutely everything you need to automate and manage your infrastructure with just a few lines of code.

    Inside Terraform in Depth, you’ll learn how to:

    • Understand and write basic Terraform code
    • Avoid vendor lock-in with the open source OpenTofu
    • Switch between OpenTofu and Terraform as needed
    • Construct continuous integration and continuous delivery (CI/CD) pipelines for Terraform
    • Organize Terraform projects and modules for team-based, production use
    • Develop and test robust Terraform modules
    • Create custom Terraform providers

    Terraform in Depth is fully up to date with the latest versions, standards, and approaches of Terraform and OpenTofu. Complete and comprehensive, its one-stop approach covers everything from Terraform and OpenTofu’s absolute basics all the way to advanced production uses. Every technique is illustrated with the kind of real-world examples infrastructure engineers encounter every day.

    Forewords by Anton Babenko and Christian Mesh.

    Purchase of the print book includes a free eBook in PDF and ePub formats from Manning Publications.

    About the technology

    Terraform and its open-source fork OpenTofu practically eliminate manual infrastructure configuration. With the Terraform infrastructure management tool, even complex operations that used to require kludgy scripts and time-sucking tinkering can be created, managed, and shared as an organized codebase. Master Terraform, and you’ll be able to update a fleet of machines with just a few lines of code.

    About the book

    Terraform in Depth teaches Terraform techniques and Infrastructure as Code (IaC) practices that you can use to deploy and manage applications in the cloud or your on-prem data center. Each chapter includes interesting hands-on examples, such as creating a flexible Terraform module and debugging Terraform plans. You’ll quickly learn to define your infrastructure with Terraform. Then, you’ll dive into advanced applications, including CI/CD pipelines, creating tools for documentation and security, and Terraform code management.

    What's inside

    • Understand and write basic Terraform code
    • Avoid vendor lock-in with OpenTofu
    • Construct CI/CD pipelines
    • Develop and test Terraform modules

    About the reader

    For sysadmins, software developers, and cloud engineers famil- iar with the CLI.

    About the author

    Robert Hafner has led engineering efforts at numerous startups, including Malwarebytes, Vicarious AI, and Rad AI. He is currently a Distinguished Engineer at a Fortune 100 Telecom.

    Table of Contents

    Part 1
    1 A brief overview of Terraform
    2 Terraform HCL components
    3 Terraform variables and modules
    4 Expressions and iterations
    5 The Terraform plan
    Part 2
    6 State management
    7 Code quality and continuous integration
    8 Continuous delivery and deployment
    9 Testing and refactoring
    Part 3
    10 Advanced Terraform topics
    11 Alternative interfaces
    12 Terraform providers