Robert Kaussow
5eb39daf95
Reviewed-on: #4 Co-authored-by: Robert Kaussow <mail@thegeeklab.de> Co-committed-by: Robert Kaussow <mail@thegeeklab.de>
14 lines
287 B
HCL
14 lines
287 B
HCL
terraform {
|
|
required_providers {
|
|
cloudflare = {
|
|
source = "registry.opentofu.org/cloudflare/cloudflare"
|
|
}
|
|
hcloud = {
|
|
source = "registry.opentofu.org/hetznercloud/hcloud"
|
|
}
|
|
restapi = {
|
|
source = "registry.opentofu.org/thegeeklab/restapi"
|
|
}
|
|
}
|
|
}
|