Terraform SDK
Terraform SDK
 terraform-provider-basistheory
Installation
main.tf
terraform {
  required_providers {
    basistheory = {
      source  = "basis-theory/basistheory"
      version = ">= 2.0.0"
    }
  }
}
Initialization
main.tf
provider "basistheory" {
  api_key        = "<API_KEY>"
}
Documentation
See the official Basis Theory Terraform documentation.
Migration Guides
V1 to V2 migration
You can find information on how to migrate in the official Basis Theory Terraform documentation.