Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F51574445
D4203.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D4203.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
@@ -11,7 +11,7 @@
resource "ovh_cloud_project_storage" "storage_backups" {
service_name = ovh_cloud_project.nasqueron-ops-backups.id
name = var.bucket
- region_name = "EU-WEST-PAR"
+ region_name = "EU-WEST-PAR"
# S3 Object Lock requires versioning to be enabled.
versioning = {
@@ -30,9 +30,9 @@
}
tags = {
- group = "operations"
- role = "backup"
- encryption = "client-side"
+ group = "operations"
+ role = "backup"
+ encryption = "client-side"
privacy_level = "sensible"
}
diff --git a/terraform/ovh-ops-backups/project.tf b/terraform/ovh-ops-backups/project.tf
--- a/terraform/ovh-ops-backups/project.tf
+++ b/terraform/ovh-ops-backups/project.tf
@@ -25,7 +25,7 @@
}
resource "ovh_cloud_project" "nasqueron-ops-backups" {
- description = "Nasqueron :: Operations :: Backups"
+ description = "Nasqueron :: Operations :: Backups"
ovh_subsidiary = data.ovh_me.account.ovh_subsidiary
plan {
diff --git a/terraform/ovh-ops-backups/variables.tf b/terraform/ovh-ops-backups/variables.tf
--- a/terraform/ovh-ops-backups/variables.tf
+++ b/terraform/ovh-ops-backups/variables.tf
@@ -6,7 +6,7 @@
# Provider: OVH / Vault
# -------------------------------------------------------------
-variable bucket {
+variable "bucket" {
description = "The name of the bucket."
type = string
default = "nasqueron-backups-amaris"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Sep 27, 15:57 (18 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4127962
Default Alt Text
D4203.diff (1 KB)
Attached To
Mode
D4203: Format Terraform files
Attached
Detach File
Event Timeline
Log In to Comment