terraform-provider-kinde

command module
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2024 License: MPL-2.0 Imports: 5 Imported by: 0

README

Kinde Terraform Provider

See ORIGINAL.md for terraform plugin framework documentation.

Prerequisites

Ensure you have credentials per the prerequisites

quickstart

The minimum configuration

terraform {
  required_providers {
    kinde = {
      source = "axatol/kinde"
    }
  }
}

# load everything from env
provider "kinde" {
}

# customise fields
provider "kinde" {
  alias    = development
  domain   = "https://example-development.au.kinde.com"
  audience = "https://example-development.au.kinde.com/api"
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

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