Update visualize icons and fix scaleway bucket naming
This commit is contained in:
parent
1cfe1721a8
commit
4f1ab2ed7a
2 changed files with 4 additions and 4 deletions
modules/infrastructure
|
@ -28,7 +28,7 @@ resource "scaleway_iam_policy" "service_storage_policies" {
|
|||
|
||||
resource "scaleway_object_bucket" "service_buckets" {
|
||||
for_each = local.buckets_s3
|
||||
name = "${each.key}.serguzim.me"
|
||||
name = replace("${each.key}.serguzim.me", "_", "-")
|
||||
lifecycle {
|
||||
prevent_destroy = true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue