mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
3 lines
72 B
HCL
3 lines
72 B
HCL
resource "aws_s3_bucket" "backups" {
|
|
bucket = "nilstrieb-backups"
|
|
}
|