Skip to content

labd/terraform-provider-contentstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

024f4a0 · Mar 24, 2025

History

86 Commits
Mar 24, 2025
Mar 21, 2025
Mar 21, 2025
Mar 14, 2025
Mar 20, 2025
Jun 1, 2022
May 7, 2024
Mar 14, 2025
Mar 24, 2025
Mar 24, 2025
Jun 1, 2022
Mar 14, 2025
May 7, 2024
Mar 14, 2025
Mar 20, 2025
Jun 7, 2022
Jun 1, 2022

Repository files navigation

Contentstack Terraform Provider

The Terraform provider for Contentstack allows you to configure your Contentstack 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.