/terraform-setup-powershell

Terraform setup module for Powershell

Primary LanguagePowerShellMIT LicenseMIT

Terraform Install and Setup module for Powershell

Publish

Automate your Windows Terraform installation process.

Usage

Import-Module 'TerraformSetup'

# Specify TerraformVersion or just run 'Install-Terraform' to install the latest version of Terraform. Use -Force to override the current Terraform version.
Install-Terraform -TerraformVersion '0.12.20'

# Create work folder structure under C:\Terraform
New-TerraformFolders

# [OPTIONAL] to get all Terraform versions run
Get-TerraformVersion

# Uninstall terraform
Uninstall-Terraform

Powershell Gallery

This module is automatically published to Powershell gallery via GitHub actions from GitHub Release:

https://www.powershellgallery.com/packages/TerraformSetup