Skip to content

Tohaker/terraform-provider-contentstack

 
 

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.

About

Terraform provider for Contentstack

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%