Updated terraform

This commit is contained in:
2021-08-27 06:08:59 +01:00
parent 8cabb103f8
commit e9a9250165
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ output "outline-bucket_id" {
}
resource "scaleway_object_bucket" "notea" {
name = "cluster.fun-notea"
name = "cluster.fun-notes"
acl = "private"
}