Added bucket for storing SCP archives
This commit is contained in:
parent
f5a7bb5abb
commit
9f65bf256a
@ -24,3 +24,12 @@ 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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user