Iac
14 items tagged with "iac"
Best Practices1
Tutorials6
Infrastructure as Code with Terraform on AWS
Define and provision AWS infrastructure using Terraform
How to provision an AWS VPC with Terraform
Write Terraform configuration to create a VPC, subnets, and routing, then apply and destroy it safely.
How to write a reusable Terraform module
Package infrastructure into a Terraform module with variables and outputs so it can be reused across environments.
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.
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.
How to provision cloud infrastructure with Pulumi
Define cloud resources in a general-purpose programming language using Pulumi and deploy them with up and destroy.
Migrations3
CloudFormation to Terraform Migration
Convert AWS CloudFormation templates to Terraform HCL
Terraform to OpenTofu Migration
Migrate from HashiCorp Terraform to open-source OpenTofu
Terraform to Pulumi Migration
Migrate IaC from Terraform HCL to Pulumi using general-purpose languages and state import