mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
8 lines
121 B
HCL
8 lines
121 B
HCL
terraform {
|
|
required_providers {
|
|
contabo = {
|
|
source = "contabo/contabo"
|
|
version = "0.1.23"
|
|
}
|
|
}
|
|
}
|