command
module
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Sep 28, 2024
License: MPL-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
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
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
internal
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.