mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 08:45:02 +01:00
8 lines
125 B
HCL
8 lines
125 B
HCL
terraform {
|
|
required_providers {
|
|
contabo = {
|
|
source = "contabo/contabo"
|
|
version = "~> 0.1.23"
|
|
}
|
|
}
|
|
}
|