18 lines
486 B
Text
18 lines
486 B
Text
|
|
# UpCloud Provider Extension Metadata
|
||
|
|
# Enables provisioning on UpCloud
|
||
|
|
|
||
|
|
{
|
||
|
|
name = "upcloud",
|
||
|
|
version = "1.0.0",
|
||
|
|
category = "provider",
|
||
|
|
description = "UpCloud provider extension for provisioning on UpCloud infrastructure",
|
||
|
|
dependencies = [],
|
||
|
|
tags = ["provider", "upcloud", "cloud", "vps"],
|
||
|
|
best_practices = [
|
||
|
|
"bp_001", # Infrastructure as Code
|
||
|
|
"bp_002", # Immutable Infrastructure
|
||
|
|
"bp_008", # Configuration Management
|
||
|
|
"bp_033", # Backup and Recovery
|
||
|
|
],
|
||
|
|
}
|