Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
7 lines
191 B
HCL
7 lines
191 B
HCL
# Bucket for storage of nix cache
|
|
resource "cloudflare_r2_bucket" "attic" {
|
|
account_id = var.account_id
|
|
name = "attic"
|
|
location = "weur"
|
|
storage_class = "Standard"
|
|
}
|