feat: add api token

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-07-08 12:07:27 +02:00
parent 96782c6cc4
commit a2c9418765
Signed by: lander
GPG key ID: 0142722B4B0C536F
7 changed files with 60 additions and 49 deletions

View file

@ -2,11 +2,11 @@ terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "5.0.0-rc1"
version = ">= 5.0.0"
}
hcloud = {
source = "opentofu/hcloud"
version = "~> 1.49.1"
version = ">= 1.49.1"
}
}
}