feat: add r2 bucket for forgejo
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
53d8d6f4ca
commit
96782c6cc4
1 changed files with 8 additions and 0 deletions
|
|
@ -40,3 +40,11 @@ resource "cloudflare_r2_bucket" "attic" {
|
||||||
location = "weur"
|
location = "weur"
|
||||||
storage_class = "Standard"
|
storage_class = "Standard"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Bucket for forgejo storage
|
||||||
|
resource "cloudflare_r2_bucket" "forgejo" {
|
||||||
|
account_id = var.account_id
|
||||||
|
name = "forgejo"
|
||||||
|
location = "weur"
|
||||||
|
storage_class = "Standard"
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue