https://github.com/Satak/terraform-setup-powershell
Terraform setup module for Powershell
https://github.com/Satak/terraform-setup-powershell
Last synced: 4 months ago
JSON representation
Terraform setup module for Powershell
- Host: GitHub
- URL: https://github.com/Satak/terraform-setup-powershell
- Owner: Satak
- License: mit
- Created: 2020-02-03T06:50:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-03T13:32:29.000Z (about 5 years ago)
- Last Synced: 2024-05-23T00:31:36.640Z (11 months ago)
- Language: PowerShell
- Homepage: https://www.powershellgallery.com/packages/TerraformSetup
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - Satak/terraform-setup-powershell - Terraform setup module for Powershell (PowerShell)
README
# Terraform Install and Setup module for Powershell

Automate your Windows Terraform installation process.
## Usage
```powershell
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: