Removed SCP archives

This commit is contained in:
2020-08-25 15:25:01 +01:00
parent b838af199d
commit cf2a889e4d
2 changed files with 0 additions and 106 deletions

View File

@@ -24,12 +24,3 @@ resource "scaleway_object_bucket" "outline" {
output "outline-bucket_id" {
value = scaleway_object_bucket.outline.id
}
resource "scaleway_object_bucket" "scp-archives" {
name = "scp-archives"
acl = "public-read"
}
output "scp-bucket_id" {
value = scaleway_object_bucket.scp-archives.id
}