https://github.com/streamdal/terraform-provider-batchsh
Terraform Provider for Batch.sh
https://github.com/streamdal/terraform-provider-batchsh
Last synced: 5 months ago
JSON representation
Terraform Provider for Batch.sh
- Host: GitHub
- URL: https://github.com/streamdal/terraform-provider-batchsh
- Owner: streamdal
- License: mpl-2.0
- Created: 2022-01-14T21:01:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T17:40:32.000Z (about 3 years ago)
- Last Synced: 2025-01-14T03:10:53.900Z (over 1 year ago)
- Language: Go
- Size: 6.37 MB
- Stars: 2
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Terraform Provider for Batch.sh
* Website: [batch.sh](https://batch.sh)
* Email: [support@batch.sh](mailto:support@batch.sh)
* Docs: [https://docs.batch.sh/platform/advanced/terraform-provider](https://docs.batch.sh/platform/advanced/terraform-provider)
### Importing existing collections or team members
If you already have collections/team member accounts in Batch.sh that you now want to manage with terraform, you may
import them easily with the `terraform import` command.
```bash
$ terraform import batchsh_collection.orders
```
```bash
$ terraform import batchsh_team_member.steve
```