https://github.com/tfmigrator/cli
CLI to migrate Terraform Configuration and State
https://github.com/tfmigrator/cli
Last synced: 17 days ago
JSON representation
CLI to migrate Terraform Configuration and State
- Host: GitHub
- URL: https://github.com/tfmigrator/cli
- Owner: tfmigrator
- License: mit
- Created: 2021-07-18T05:44:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T16:25:35.000Z (5 months ago)
- Last Synced: 2024-11-20T17:29:10.280Z (5 months ago)
- Language: Go
- Size: 903 KB
- Stars: 36
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tf - tfmigrator - Go library and CLI to migrate Terraform Configuration and State (Tools / Community providers)
README
# tfmigrator CLI
[](https://github.com/tfmigrator/cli/actions)
[](https://goreportcard.com/report/github.com/tfmigrator/cli)
[](https://github.com/tfmigrator/cli)
[](https://raw.githubusercontent.com/tfmigrator/cli/main/LICENSE)CLI to migrate Terraform Configuration and State.
The migration feature is implemented with [tfmigrator/tfmigrator](https://github.com/tfmigrator/tfmigrator), so please see the document of [tfmigrator/tfmigrator](https://github.com/tfmigrator/tfmigrator) too.## Requirement
* Terraform
## Install
Download a binary from the [release page](https://github.com/tfmigrator/cli/releases).
You can install tfmigrator with [Homewbrew](https://brew.sh/) too.```console
$ brew install tfmigrator/cli/tfmigrator
```You can install tfmigrator with [aqua](https://aquaproj.github.io/) too.
```console
$ aqua g -i tfmigrator/cli
```## Index
* [Examples](examples)
* [Usage](docs/USAGE.md)
* [Configuration](docs/CONFIGURATION.md)
* [Change Log](https://github.com/tfmigrator/cli/releases)## LICENSE
[MIT](LICENSE)