versionedTerraform/README.md

28 lines
798 B
Markdown
Raw Permalink Normal View History

2022-10-22 15:46:18 +00:00
[![<ORG_NAME>](https://circleci.com/gh/mitch-thompson/versionedTerraform.svg?style=svg)](<LINK>)
2022-06-07 12:56:23 +00:00
# Versioned Terraform
2022-02-23 18:15:12 +00:00
A wrapper for terraform to detect the expected version of terraform,
download, and execute that version
## Requirements
2023-10-05 21:02:10 +00:00
- go
2022-02-23 18:15:12 +00:00
## Install
`make build install` for installation to local user<br>
`make build` will create an executable file for you to place where you'd like
## Commands
```
All arguments are passed through to terraform
```
## Sample usage
2022-02-23 18:15:12 +00:00
`versionedTerraform version` will display the terraform version executed in a folder
## Configuration
A configuration file is created in `~/.versionedTerraform`<br><br>
`StableOnly` boolean values: <b>true</b>/false<br>
This value is used to restrict terraform to release versions only defaults to true
2022-02-23 18:15:12 +00:00
## Known Issues