Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EdgeFlow CDN Terraform Provider (Placeholder)

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.

Resources

  • edgeflow_domain - Manage CDN domains
  • edgeflow_origin - Manage origin servers for a domain
  • edgeflow_cache_rule - Manage cache rules for a domain

Configuration

provider "edgeflow" {
  server_url = "http://localhost:8080"
  api_token  = "your-jwt-token"
}

Environment variables EDGEFLOW_SERVER_URL and EDGEFLOW_API_TOKEN are also supported.

Status

All resource CRUD operations are stubs with TODO comments. The provider compiles and registers with Terraform but does not perform any real operations yet.

About

EdgeFlow CDN - Terraform provider (placeholder)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages