Refactor encryption key path in encryption.tf
This commit is contained in:
@@ -7,7 +7,7 @@ resource "scaleway_object" "encryption_key" {
|
||||
|
||||
resource "scaleway_object" "system_id_encryption_key" {
|
||||
bucket = scaleway_object_bucket.infra_assets.id
|
||||
key = "keys/${var.system_id}.key"
|
||||
key = "keys/${var.system_id}"
|
||||
|
||||
content_base64 = base64encode(var.encryption_key)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user