feat: add api token
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
96782c6cc4
commit
a2c9418765
7 changed files with 60 additions and 49 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue