Skip to main content

Terraform SDK

Terraform SDK

terraform-provider-basistheory

Installation

main.tf
terraform {
required_providers {
basistheory = {
source = "basis-theory/basistheory"
version = ">= 0.7.0"
}
}
}

Initialization

main.tf
provider "basistheory" {
api_key = "key_N88mVGsp3sCXkykyN2EFED"
}

Documentation

See the official Basis Theory Terraform documentation.