Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tabular-io/terraform-provider-tabular
- Owner: tabular-io
- License: mpl-2.0
- Created: 2023-02-15T23:35:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-29T23:26:43.000Z (2 months ago)
- Last Synced: 2024-09-27T19:21:01.365Z (about 1 month ago)
- Topics: terraform, terraform-provider
- Language: Go
- Homepage:
- Size: 146 KB
- Stars: 3
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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"
}
```