Skip to content

roberthstrand/tftools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tftools

Build Status

Terraform tools, a PowerShell module for Terraform administrators.

There are times where you have to use a certain version of the Terraform CLI tool, either because you have a defined version set in your code or you have configurations both in 0.12 and 0.11. With this tool you will be able to:

  • Install the version of Terraform that you want, or the latest version
  • List all versions of Terraform that you have installed
  • Change between version of Terraform

Installation

If you already have Terraform installed by any other means, you want to remove that before installing Terraform with the module.

Installation is pretty simple. The module is published on powershellgallery, so all you need to do is the following.

Install-Module -Name tftools

Updating the module:

Update-Module -Name tftools

OS compability checklist

  • Windows 10, PowerShell 7.02
  • Windows 10, PowerShell 5.1
  • Linux WSL
  • Ubuntu 20.04, 18.04
  • Mac