feat: add backup bucket
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
b9f3259f6a
commit
00ae60fb07
3 changed files with 54 additions and 43 deletions
|
|
@ -14,6 +14,10 @@ terraform {
|
|||
}
|
||||
}
|
||||
required_providers {
|
||||
b2 = {
|
||||
source = "Backblaze/b2"
|
||||
version = "0.10.0"
|
||||
}
|
||||
cloudflare = {
|
||||
source = "cloudflare/cloudflare"
|
||||
version = "5.0.0-rc1"
|
||||
|
|
@ -25,6 +29,8 @@ terraform {
|
|||
}
|
||||
}
|
||||
|
||||
provider "b2" {}
|
||||
|
||||
provider "cloudflare" {}
|
||||
|
||||
provider "hcloud" {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue