An open API service indexing awesome lists of open source software.

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

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
```