Validating IaC with Terraform and GitHub Actions
A guide to validating Terraform Infrastructure as Code using formatting, syntax, and security checks within a GitHub Actions workflow.
A guide to validating Terraform Infrastructure as Code using formatting, syntax, and security checks within a GitHub Actions workflow.
A technical guide on deploying a DistilBERT model to production using Hugging Face Transformers, Amazon SageMaker, and Infrastructure as Code with Terraform.
Using the TFE Provider to manage Terraform Cloud organizations, workspaces, and teams programmatically with Infrastructure as Code.
A guide on using Mozilla SOPS with AWS KMS and Terraform to securely encrypt and manage secrets stored in git repositories.
Explains when to use Terraform's count vs for_each meta-arguments for resource creation, arguing for_each is generally superior.
Guide to disabling local accounts on Azure Kubernetes Service (AKS) clusters using Terraform for improved security and auditability.
A developer shares their journey discovering Azure Policy and Open Policy Agent, leading to the creation of a curated community resource list.
A technical guide on replacing the deprecated template_cloudinit_config data source in Terraform with the templatefile function and cloudinit provider.
A guide to securing Node.js and .NET APIs using Azure Active Directory, covering Terraform setup, JWT validation, and a PowerShell test client.
Explores the new Terraform Cloud configuration block in Terraform 1.1, detailing improvements over the old remote backend for CLI workflows.
A technical educator reviews his 2021 content creation (videos, courses) on Terraform and cloud topics, and shares plans for 2022.
Explores how Terraform handles infrastructure changes made outside its control, detailing the plan/apply process and reconciliation strategies.
Explains how to use Terraform 1.1's new 'moved' block to safely refactor infrastructure code without destroying existing resources.
A guide on using GitHub Actions to automate Terraform workflows for deploying and managing infrastructure on Microsoft Azure.
Explores data transformation challenges in Terraform using a real-world example of managing Azure Kubernetes Service RBAC permissions.
A technical guide on testing automatic failover for a zone-redundant Azure Database for MySQL Flexible Server using Terraform.
A developer shares lessons learned while building a CI/CD pipeline using Azure DevOps, Terraform, and Terratest for deploying an AKS cluster.
A technical guide on testing failover for a zone-redundant Azure Cache for Redis instance using Terraform and redis-cli.
A tutorial on deploying Open Service Mesh (OSM) with mTLS on Azure Kubernetes Service (AKS) using Terraform for secure microservice communication.
A guide on using Cloudflare Tunnel to securely access a home Kubernetes lab remotely via a browser, including setup and automation steps.