A Terraform provider for managing Contentful spaces and related configuration in a consistent, repeatable way.
- A broad set of Contentful resources, including content types, entries, environments, webhooks, and roles.
- Standard Terraform workflows for reviewable, versioned changes.
- Terraform Registry: cysp/contentful
terraform {
required_providers {
contentful = {
source = "cysp/contentful"
}
}
}
provider "contentful" {
access_token = var.contentful_access_token
}contentful_app_definitioncontentful_app_installationcontentful_app_signing_secretcontentful_content_typecontentful_delivery_api_keycontentful_editor_interfacecontentful_entrycontentful_environmentcontentful_environment_aliascontentful_extensioncontentful_personal_access_tokencontentful_resource_providercontentful_resource_typecontentful_rolecontentful_space_enablementscontentful_tagcontentful_teamcontentful_team_space_membershipcontentful_webhook
contentful_app_definitioncontentful_environment_status_readycontentful_marketplace_app_definitioncontentful_preview_api_key
Licensed under the Mozilla Public License 2.0. See LICENSE.