Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F48427202
D4204.id11025.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
626 B
Referenced Files
None
Subscribers
None
D4204.id11025.diff
View Options
diff --git a/terraform/ovh-ops-backups/object_storage.tf b/terraform/ovh-ops-backups/object_storage.tf
--- a/terraform/ovh-ops-backups/object_storage.tf
+++ b/terraform/ovh-ops-backups/object_storage.tf
@@ -28,7 +28,9 @@
container_name = "nasqueron-backups-darak"
purpose = "Dereckson backups"
- tags = local.default_tags
+ tags = merge(local.default_tags, {
+ group = "user-dereckson"
+ })
}
vakor = {
@@ -40,7 +42,7 @@
}
}
-module "backup_buckets" {
+module "backup" {
source = "./modules/object_storage_container"
for_each = local.backup_containers
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Sep 7, 08:32 (22 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4068375
Default Alt Text
D4204.id11025.diff (626 B)
Attached To
Mode
D4204: Create separate object containers for backups
Attached
Detach File
Event Timeline
Log In to Comment