This is a placeholder Terraform provider for the EdgeFlow CDN platform. It defines the provider schema and resource stubs but does not yet implement actual API calls.
edgeflow_domain- Manage CDN domainsedgeflow_origin- Manage origin servers for a domainedgeflow_cache_rule- Manage cache rules for a domain
provider "edgeflow" {
server_url = "http://localhost:8080"
api_token = "your-jwt-token"
}Environment variables EDGEFLOW_SERVER_URL and EDGEFLOW_API_TOKEN are also supported.
All resource CRUD operations are stubs with TODO comments. The provider compiles and registers with Terraform but does not perform any real operations yet.