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 2 months 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T23:40:10.000Z (over 3 years ago)
- Last Synced: 2025-07-28T01:39:57.085Z (10 months ago)
- Topics: aws, cobra, eks, eksctl, golang, terraform, viper
- Language: Go
- Homepage:
- Size: 35.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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 version
tf2eksctl 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.