Skip to content

Instantly share code, notes, and snippets.

View johnwildes's full-sized avatar
👓

John johnwildes

👓
  • Cognizant - Microsoft Business Group
  • Chicago, IL
  • X @chiefwildes
View GitHub Profile
@johnwildes
johnwildes / tfupdate.ps1
Last active April 13, 2025 12:47
Terraform Update / Via Powershell
# This script updates Terraform to the latest version available from HashiCorp.
# It checks the current version, downloads the latest version if necessary,
# and replaces the existing binary. It also backs up the current version.
# Ensure you have the required permissions to run this script and modify the installation directory.
# Created by: John Wildes with the helpf of GitHub Copilot
# Date: 2025-04-03
# Description: Update Terraform to the latest version
# Add a parameter for the installation directory