added providers to main.tf
Some checks failed
Terraform Plan / plan (push) Failing after 0s

This commit is contained in:
2025-12-25 15:59:11 +01:00
parent 169fd328f2
commit ec6355b084

View File

@@ -0,0 +1,13 @@
terraform {
required_providers {
hcloud = {
source = "hetznercloud/hcloud"
version = "1.57.0"
}
netbox = {
source = "e-breuninger/netbox"
version = "5.0.0"
}
}
}