Categorygithub.com/chriskuchin/terraform-provider-looker
repositorypackage
0.3.2
Repository: https://github.com/chriskuchin/terraform-provider-looker.git
Documentation: pkg.go.dev

# 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.