provisioning/config/templates/provider-upcloud.toml.template
2025-10-07 11:12:02 +01:00

20 lines
456 B
Plaintext

# UpCloud Provider Configuration for Workspace: {{workspace.name}}
# Generated: {{now.iso}}
[provider]
name = "upcloud"
enabled = true
workspace = "{{workspace.name}}"
[provider.auth]
interface = "CLI" # API or CLI
[provider.paths]
base = "{{workspace.path}}/.providers/upcloud"
cache = "{{workspace.path}}/.providers/upcloud/cache"
state = "{{workspace.path}}/.providers/upcloud/state"
[provider.api]
url = "https://api.upcloud.com/1.3"
timeout = 30