50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"slug": "netbird-network",
|
|
"kind": "terraform",
|
|
"metadata": {
|
|
"name": "NetBird Network",
|
|
"description": "Creates a NetBird network for organizing resources and routers.",
|
|
"tags": [
|
|
"netbird",
|
|
"terraform"
|
|
],
|
|
"icon": {
|
|
"provider": "selfhst",
|
|
"id": "netbird"
|
|
},
|
|
"draft": false,
|
|
"version": {
|
|
"name": "0.0.10",
|
|
"source_dep_name": "manual/netbird-network"
|
|
}
|
|
},
|
|
"variables": [
|
|
{
|
|
"title": "General",
|
|
"name": "general",
|
|
"items": [
|
|
{
|
|
"name": "network_name",
|
|
"type": "str",
|
|
"title": "Network Name",
|
|
"required": true,
|
|
"config": {
|
|
"placeholder": "Homelab"
|
|
}
|
|
},
|
|
{
|
|
"name": "network_description",
|
|
"type": "str",
|
|
"title": "Description",
|
|
"required": false,
|
|
"description": "Optional description for the NetBird network.",
|
|
"config": {
|
|
"placeholder": "Internal services network",
|
|
"textarea": true
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|