terraform-provider-looker

command module
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 22, 2022 License: MIT Imports: 2 Imported by: 0

README

Terraform Provider: Looker

This is a terraform provider plugin for managing Looker accounts.

Install

You can use Explicit Provider Source Locations.

terraform {
  required_providers {
    looker = {
      source = "tiennguyenskedulo/looker"
      version = "0.8.8"
    }
  }
}

Usage

In-depth docs are available on the Terraform registry.

For developers

How to run acceptance test

Before running acceptance test, you should set following environment variables:

export LOOKER_API_CLIENT_ID=YOUR_CLIENT_ID
export LOOKER_API_CLIENT_SECRET=YOUR_CLIENT_SECRET
export LOOKER_API_BASE_URL="https://example.com/"

Then run following command:

TF_ACC=1 go test ./...

or you can also use

make test-acceptance

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL