Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tfmigrator/cli
CLI to migrate Terraform Configuration and State
https://github.com/tfmigrator/cli
Last synced: 7 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-10-28T04:49:33.000Z (11 days ago)
- Last Synced: 2024-10-28T12:45:16.247Z (11 days ago)
- Language: Go
- Size: 863 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
[![Build Status](https://github.com/tfmigrator/cli/workflows/test/badge.svg)](https://github.com/tfmigrator/cli/actions)
[![Go Report Card](https://goreportcard.com/badge/github.com/tfmigrator/cli)](https://goreportcard.com/report/github.com/tfmigrator/cli)
[![GitHub last commit](https://img.shields.io/github/last-commit/tfmigrator/cli.svg)](https://github.com/tfmigrator/cli)
[![License](http://img.shields.io/badge/license-mit-blue.svg?style=flat-square)](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)