Skip to content

cysp/terraform-provider-contentful

Repository files navigation

Terraform Provider Contentful

A Terraform provider for managing Contentful spaces and related configuration in a consistent, repeatable way.

Version Tests Code Coverage

Scope and Coverage

  • A broad set of Contentful resources, including content types, entries, environments, webhooks, and roles.
  • Standard Terraform workflows for reviewable, versioned changes.

Documentation

Getting Started

terraform {
  required_providers {
    contentful = {
      source = "cysp/contentful"
    }
  }
}

provider "contentful" {
  access_token = var.contentful_access_token
}

Resources

List Resources

Data Sources

License

Licensed under the Mozilla Public License 2.0. See LICENSE.