Pages Project
Provides a resource which manages Cloudflare Pages projects.
If you are using a
source
block configuration, you must first have a connected GitHub or GitLab account connected to Cloudflare. See the Getting Started with Pages documentation on how to link your accounts.
Import
!> It is not possible to import a pages project with secret environment variables. If you have a secret environment variable, you must remove it from your project before importing it.
$ pulumi import cloudflare:index/pagesProject:PagesProject example <account_id>/<project_name>
Properties
Configuration for the project build process. Read more about the build configuration in the developer documentation.
Configuration for deployments in a project.
The name of the branch that is used for the production environment.
Configuration for the project source. Read more about the source configuration in the developer documentation.