Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tabular-io/terraform-provider-tabular


https://github.com/tabular-io/terraform-provider-tabular

terraform terraform-provider

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

# Terraform Tabular Provider

## Using the provider

```
terraform {
required_providers {
tabular = {
source = "tabular-io/tabular"
}
}
}

provider "tabular" {
token_endpoint = "https://api.tabular.io/ws/v1/oauth/tokens"
endpoint = "http://localhost:8080"
organization_id = "73cade70-d578-4b84-8ba6-4cdebbdcf0f0"
}
```