17 lines
512 B
Text
17 lines
512 B
Text
|
|
# Local Provider Extension Metadata
|
||
|
|
# Enables provisioning on local machines and development environments
|
||
|
|
|
||
|
|
{
|
||
|
|
name = "local",
|
||
|
|
version = "1.0.0",
|
||
|
|
category = "provider",
|
||
|
|
description = "Local provider extension for provisioning on local machines, development environments, and testing",
|
||
|
|
dependencies = [],
|
||
|
|
tags = ["provider", "local", "development", "testing"],
|
||
|
|
best_practices = [
|
||
|
|
"bp_001", # Infrastructure as Code
|
||
|
|
"bp_008", # Configuration Management
|
||
|
|
"bp_047", # Automated Testing
|
||
|
|
],
|
||
|
|
}
|