https://github.com/env0/customer-tools
A place to store scripts, helper tools, and examples
https://github.com/env0/customer-tools
Last synced: 5 months ago
JSON representation
A place to store scripts, helper tools, and examples
- Host: GitHub
- URL: https://github.com/env0/customer-tools
- Owner: env0
- Created: 2022-10-12T15:57:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-13T22:03:59.000Z (11 months ago)
- Last Synced: 2025-11-16T23:27:35.095Z (7 months ago)
- Language: Python
- Size: 272 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# customer-tools
This repository is to provide our customers a set of tools to help them get started with env0.
It includes things such as scripts and terraform code for migrating and configuring your env0 organization.
Pull Requests are welcome!
The folder structure is still relatively fluid. For now, we'll use the following structure:
```
├── iam
│ └── aws # aws assume roles
├── migrations
│ └── tfc-to-env0-migration # script to help migrate from TFC to env0
├── modules
│ └── env0
└── self-hosted-agent
```