This commit is contained in:
nora 2024-02-04 17:34:37 +01:00
parent dbd662821b
commit add27f054a
6 changed files with 98 additions and 0 deletions

3
tf-infra/aws.tf Normal file
View file

@ -0,0 +1,3 @@
resource "aws_s3_bucket" "backups" {
bucket = "nilstrieb-backups"
}