Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christippett/terraform-provider-looker
Terraform provider for Looker
https://github.com/christippett/terraform-provider-looker
looker terraform
Last synced: about 1 month ago
JSON representation
Terraform provider for Looker
- Host: GitHub
- URL: https://github.com/christippett/terraform-provider-looker
- Owner: christippett
- License: mit
- Created: 2021-02-21T07:14:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-29T14:02:11.000Z (over 3 years ago)
- Last Synced: 2024-11-16T02:13:30.585Z (about 2 months ago)
- Topics: looker, terraform
- Language: Go
- Homepage:
- Size: 71.3 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Looker Terraform Provider (⚠️ WIP)
This provider enables various parts of a Looker installation to be configured via Terraform.
The provider leverages the Go Looker SDK: [**GoLook**](https://github.com/looker-open-source/sdk-codegen/tree/main/go).
## Build provider
Run the following command to build the provider
```shell
$ go build -o terraform-provider-looker
```## Test sample configuration
First, build and install the provider.
```shell
$ make install
```Then, navigate to the `examples` directory.
```shell
$ cd examples
```Run the following command to initialize the workspace and apply the sample configuration.
```shell
$ terraform init && terraform apply
```