Skip to content

labd/terraform-provider-contentstack

Repository files navigation

Contentstack Terraform Provider

The Terraform provider for Contentstack allows you to configure your Contenstack stack with infrastructure-as-code principles.

Usage

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"
    }
  }
}

Authors

This project is developed by Lab Digital. We welcome additional contributors. Please see our GitHub repository for more information.