# Packages
No description provided by the author
# README
Terraform Provider: Looker
This is a terraform provider plugin for managing Looker accounts.
Install
For Terraform v0.13+ users
You can use Explicit Provider Source Locations.
terraform {
required_providers {
looker = {
source = "chriskuchin/looker"
version = "0.1.0"
}
}
}
Usage
In-depth docs are available on the Terraform registry.