Skip to main content

Documentation Index

Fetch the complete documentation index at: https://gcore.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Terraform is a declarative infrastructure-as-code tool. With the Gcore Terraform provider, you can define CDN resources in configuration files and apply changes consistently without using the Portal.

How it works

Create a main.tf configuration file with the desired CDN infrastructure state, then run terraform apply. Terraform reads the configuration, calls the Gcore API, and creates or updates the resources accordingly.

Getting started

CDN resources

The Gcore Terraform provider includes two major versions with different resource schemas. Use v0 for existing production configurations. Use v2 for new projects when it reaches general availability.