Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 713 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 713 Bytes

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.