Skip to content

roberthstrand/tftools

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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