https://github.com/eizedev/terraform-helper
https://github.com/eizedev/terraform-helper
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eizedev/terraform-helper
- Owner: eizedev
- License: gpl-3.0
- Created: 2020-10-14T14:14:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-01T16:22:58.000Z (about 6 years ago)
- Last Synced: 2025-10-29T12:52:55.657Z (8 months ago)
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# terraform-helper
PowerShell script to assist with running Terraform for multiple projects and environments.
## Installation
To install from the PowerShell Gallery:
```
Install-Script -Name tf
```
## Usage
To use, when in a directory with Terraform files stored in `/tf`:
```
tf apply prod
tf destroy prod
```
When requested whether to overwrite state changes, make sure to select *No*.