HashiTalks ANZ: DRY Coding with Terraform, CSVs, ForEach
A technical talk summary on using Terraform with CSVs and ForEach loops to achieve DRY (Don't Repeat Yourself) principles for scalable infrastructure-as-code deployments.
A technical talk summary on using Terraform with CSVs and ForEach loops to achieve DRY (Don't Repeat Yourself) principles for scalable infrastructure-as-code deployments.
A guide to implementing Azure Policy as Code using Bicep, presented at Global Azure 2021, with three levels of complexity.
Developer contributes Bicep code snippets for deploying Windows Virtual Desktop (WVD) resources on Azure, showcasing the new feature in a video.
A tutorial on deploying a private Azure Cloud Shell environment within a Virtual Network using Terraform for secure access to internal resources.
Explains how to use Azure Policy to enforce a specific soft-delete retention period for Azure Key Vaults during deployment.
A technical guide on deploying an AWS Transit Gateway integrated with Direct Connect using AWS CDK and custom CloudFormation resources.
Introducing Terrascan, an open-source tool for scanning Terraform, Kubernetes, and cloud configs for security and policy compliance.
Compares Farmer and Pulumi for infrastructure as code in F#, and shows how to use both tools together for Azure deployments.
Explores using Semgrep, a static analysis tool, to find security vulnerabilities in Infrastructure as Code like Terraform and Kubernetes configurations.
A tutorial on using Pulumi's infrastructure-as-code to provision and configure an Azure Synapse analytics workspace with components like SQL pools and storage.
Learn how to use the VSCode debugger with AWS CDK to debug infrastructure code and inspect variables without console.log statements.
Part 2 of a tutorial on using Ansible playbooks and Jinja2 templates to manage and deploy Terraform configurations for Azure infrastructure.
A technical guide on deploying the Temporal workflow orchestration platform to Azure Kubernetes Service (AKS) using Pulumi and TypeScript.
A technical guide on using Ansible to simplify and manage Terraform configurations for multi-environment infrastructure deployments.
Announcing the beta release of a next-generation Pulumi provider for Azure, offering full API coverage and automatic updates.
A tutorial on using the Tfe.NetClient library to manage Terraform Cloud infrastructure from a .NET Core console application.
A guide to using env0 and Terraform to deploy temporary Kubernetes clusters with automatic shutdown to manage cloud costs.
An introduction to AWS Cloud Development Kit (CDK), explaining how to define cloud infrastructure using familiar programming languages like TypeScript.
An introduction to AWS CDK, explaining how it allows developers to define cloud infrastructure using familiar programming languages like TypeScript.
A developer troubleshoots a Terraform error about a missing 'region' argument, revealing an implicit provider creation issue.