Skip to main content
Back to Tags

Terraform

43 items tagged with "terraform"

Filter by type:

Tutorials11

Tutorial

Infrastructure as Code with Terraform on AWS

Define and provision AWS infrastructure using Terraform

Tutorial

How to deploy a serverless REST API on AWS Lambda

Build and deploy a production REST API using AWS Lambda and API Gateway with infrastructure as code.

Tutorial

How to design a VPC with public and private subnets on AWS

Build a secure AWS VPC with public and private subnets, NAT, and route tables using Terraform.

Tutorial

How to configure EC2 Auto Scaling groups on AWS

Set up an EC2 Auto Scaling group with a launch template, target tracking policies, and health checks.

Tutorial

How to build a multi-region active-active app on AWS

Architect a multi-region active-active application on AWS with Route 53, global tables, and health-based failover.

Tutorial

How to design a VPC and firewall rules on Google Cloud

Build a custom-mode VPC on Google Cloud with subnets, firewall rules, and Cloud NAT for private workloads.

Tutorial

How to provision an AWS VPC with Terraform

Write Terraform configuration to create a VPC, subnets, and routing, then apply and destroy it safely.

Tutorial

How to write a reusable Terraform module

Package infrastructure into a Terraform module with variables and outputs so it can be reused across environments.

Tutorial

How to configure Terraform remote state with locking

Store Terraform state in a remote backend with state locking so a team can collaborate without corrupting state.

Tutorial

How to manage infrastructure with OpenTofu

Install OpenTofu and run the init, plan, and apply workflow as a drop-in, open-source alternative to Terraform.

Tutorial

How to scan infrastructure-as-code for misconfigurations in CI

Add automated IaC security scanning to CI to catch insecure Terraform and Kubernetes configuration before it ships.