The Terraform provider for Contentstack allows you to configure your Contenstack stack with infrastructure-as-code principles.
The full documentation is available via https://registry.terraform.io/providers/labd/contentstack/latest/docs
Add the following to your terraform project:
terraform {
required_providers {
contentstack = {
source = "labd/contentstack"
}
}
}
This project is developed by Lab Digital. We welcome additional contributors. Please see our GitHub repository for more information.