terraform-provider-contentful

command module
v0.0.58 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 28, 2026 License: MPL-2.0 Imports: 5 Imported by: 0

README

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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
contentful-management-go
Code generated by ogen, DO NOT EDIT.
Code generated by ogen, DO NOT EDIT.