Terraform module: Azure DNS Private Resolver
Introduces a Terraform module for deploying Azure DNS Private Resolver, simplifying DNS management in hybrid cloud environments.
Introduces a Terraform module for deploying Azure DNS Private Resolver, simplifying DNS management in hybrid cloud environments.
Explains how to use the new optional arguments feature in Terraform 1.3 for defining flexible input variables with type constraints.
Explains why Terraform's nonsensitive() function fails when trying to output a sensitive value stored inside a list from a conditional resource.
Guide on using OIDC authentication with Terraform's AzureRM backend to secure GitHub Actions workflows and manage storage permissions.
A technical guide on simulating spot node eviction in Azure Kubernetes Service (AKS) to test application resiliency, using Terraform for deployment.
A tutorial on migrating Terraform state data from Terraform Cloud to another backend, covering state storage basics and workspace management.
A guide to deploying autoscaling Hugging Face Transformers (like BERT) on Amazon SageMaker using a Terraform module for real-time and asynchronous inference.
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.