/terraform-provider-looker

Terraform provider for Looker

Primary LanguageGoMIT LicenseMIT

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.

Build provider

Run the following command to build the provider

$ go build -o terraform-provider-looker

Test sample configuration

First, build and install the provider.

$ make install

Then, navigate to the examples directory.

$ cd examples

Run the following command to initialize the workspace and apply the sample configuration.

$ terraform init && terraform apply