terraform

Terraform

Infrastructure as Code for any cloud.

Terraform modules, provider configs and workspace patterns for AWS, GCP and Azure. Includes state backend configurations, variable patterns and DRY module structures.

Configuration Recipes5

terraformBashbeginner
Running Terraform with Targeted Resource Execution

Learn how to execute Terraform commands for specific resources, such as EC2 instances, while excluding others like RDS.

Terraform · Cloud & Infrastructure
terraformJavaScriptbeginner
Resolving AWS Lambda Execution Role Permissions for VPC Access

Learn how to configure AWS Lambda execution roles to avoid permission errors when accessing VPC resources.

Terraform · Cloud & Infrastructure
terraformBashintermediate
Resolving Terraform State Lock Errors

Learn how to troubleshoot and resolve state lock errors in Terraform, ensuring smooth execution of your infrastructure plans.

Terraform · Cloud & Infrastructure
terraformHCLintermediate
Conditionally Creating Resources in Terraform Using Variables

Learn how to conditionally create Terraform resources based on variables defined in a .tfvars file for flexible infrastructure management.

Terraform · Cloud & Infrastructure
terraformHCLintermediate
Managing the .terraform.lock.hcl File in Version Control

This article discusses the importance of the .terraform.lock.hcl file in Terraform projects and whether it should be included in version control.

Terraform · Cloud & Infrastructure