Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lreimer/tf2eksctl
A CLI to extract infrastructure details from TF state to generate an eksctl YAML manifest
https://github.com/lreimer/tf2eksctl
aws cobra eks eksctl golang terraform viper
Last synced: about 1 month ago
JSON representation
A CLI to extract infrastructure details from TF state to generate an eksctl YAML manifest
- Host: GitHub
- URL: https://github.com/lreimer/tf2eksctl
- Owner: lreimer
- License: apache-2.0
- Created: 2022-08-10T19:01:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T23:40:10.000Z (about 2 years ago)
- Last Synced: 2023-08-02T08:59:37.736Z (over 1 year ago)
- Topics: aws, cobra, eks, eksctl, golang, terraform, viper
- Language: Go
- Homepage:
- Size: 35.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Open in Dev Containers](https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/lreimer/tf2eksctl)
# tf2eksctl
A CLI to extract infrastructure details from Terraform state / output to generate an eksctl YAML manifest file.
The manifest can be output to stdout or a dedicated file. To fine-tune the generated manifest the CLI provides
several command line options and parameters.## Usage
```bash
tf2eksctl
tf2eksctl versiontf2eksctl create demo-cluster --version 1.22 --region eu-central-1
```## Maintainer
M.-Leander Reimer (@lreimer),
## License
This software is provided under the Apache v2.0 open source license, read the `LICENSE`
file for details.