feat: add servers module
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
1fffa79b9d
commit
b9f3259f6a
7 changed files with 151 additions and 0 deletions
12
modules/server/providers.tf
Normal file
12
modules/server/providers.tf
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
terraform {
|
||||
required_providers {
|
||||
cloudflare = {
|
||||
source = "cloudflare/cloudflare"
|
||||
version = "5.0.0-rc1"
|
||||
}
|
||||
hcloud = {
|
||||
source = "opentofu/hcloud"
|
||||
version = "~> 1.49.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue