many things
Some checks failed
/ non-lab (push) Failing after 12m13s

This commit is contained in:
Chris Cowley 2025-02-19 10:59:18 +00:00
parent 846fca77c1
commit d908078ee6
51 changed files with 4649 additions and 276 deletions

View file

@ -1,5 +1,5 @@
resource "b2_bucket" "cowley-tech-home-backup" {
bucket_name = "cowley-tech-k3s-logs"
resource "b2_bucket" "cowley-tech-home-logs" {
bucket_name = "cowley-tech-home-logs"
bucket_type = "allPrivate"
}