# Bucket for storage of nix cache resource "cloudflare_r2_bucket" "attic" { account_id = var.account_id name = "attic" location = "weur" storage_class = "Standard" }