Skip to content
September 18, 2025 6:33 am
Thursday, Sep 18, 2025

Virtualization Howto

Virtualization, Cloud, DevOps, Reviews

  • Forum
  • My kits
    • Home Lab NAS Kits
    • Intel Optane Swap Kit
    • VMware Compatible Mini PCs
  • Podcast
  • DevOps
  • Virtualization
    • Proxmox
    • VMware
    • Hyper-V
    • XCP-ng
  • Containers
    • Kubernetes
  • Mini PC & Server
  • Home Lab
    • My Home Lab
    • Nested ESXi Lab
    • Proxmox Build 2025

Tag: terraform

Clone Proxmox LXC Containers with Terraform Automation
Proxmox

Clone Proxmox LXC Containers with Terraform Automation

I love automation, especially when testing out new things in the home lab. Recently, I have been running performance and density tests on mini PCs in the home lab. These…

by Brandon LeeJanuary 15, 2025January 15, 2025
Terragrunt vs Terraform: Battle of DevOps tools
DevOps

Terragrunt vs Terraform: Battle of DevOps tools

Terraform is arguably one of the top tools used by DevOps professionals. However, there is another tool you may not have heard about called Terragrunt. What is Terragrunt? What about…

by Brandon LeeAugust 21, 2023August 16, 2024
Terraform Import Existing Resource: Ultimate Guide
DevOps

Terraform Import Existing Resource: Ultimate Guide

One of the commands in the Terraform command set is the terraform import command. It allows the import of existing resources. There are some challenges with the legacy terraform import…

by Brandon LeeJuly 31, 2023August 14, 2024
Terraform remote exec provisioner to run shell commands
DevOps

Terraform remote exec provisioner to run shell commands

If you are delving into using Terraform in your production or home lab environment, it is a great way to automate your infrastructure, either in a private cloud or public…

by Brandon LeeNovember 14, 2022January 25, 2024
Terraform prompt for variable input when creating a virtual machine
DevOps

Terraform prompt for variable input when creating a virtual machine

Terraform is a great infrastructure as code scripting language from Hashicorp. I use it day in and day out in the lab and in production environments to streamline the process…

by Brandon LeeMay 30, 2022January 17, 2024
Terraform AWS Windows Instance Code
DevOps

Terraform AWS Windows Instance Code

Most of the time, if you are like me, you use Terraform to configure Linux EC2 instances for provisioning in AWS. However, you may have the need for Terraform AWS…

by Brandon LeeFebruary 8, 2022February 8, 2022
Terraform vSphere Kubernetes automated lab build in 8 minutes
Kubernetes

Terraform vSphere Kubernetes automated lab build in 8 minutes

While Kubernetes has been wildly popular for quite some time now, I think many are just starting their journey of learning Kubernetes and cloud-native technologies. If you are like me,…

by Brandon LeeDecember 28, 2021December 28, 2021
Linux DevOps tools: Building Linux Infrastructure as Code Workstation
DevOps

Linux DevOps tools: Building Linux Infrastructure as Code Workstation

I have been doing quite a bit of DevOps work the past few months and have found myself working with Linux tools more and more. With this being said, I…

by Brandon LeeJune 29, 2021December 14, 2023
Automated Windows Server 2022 Packer Build
Windows Server 2022

Automated Windows Server 2022 Packer Build

As Windows Server 2022 Preview is now officially released, I wanted to get my automated build of the Preview release in the home lab and ready to go for testing…

by Brandon LeeJune 3, 2021November 22, 2023
Terraform vSphere tutorial: Linux Virtual Machine Clone
Automation

Terraform vSphere tutorial: Linux Virtual Machine Clone

Terraform is a great infrastructure as code (IaC) platform that allows easily spinning up and customizing infrastructure. The great thing is you can use it for many different environments, not…

by Brandon LeeMay 5, 2021January 12, 2024

Posts navigation

Older posts
Recent Posts

Copyright © 2025 Virtualization Howto