Refactor bucket and encryption configuration

This commit is contained in:
2024-10-01 23:15:31 +02:00
parent 2271bc9ac3
commit dbd1155c2b
3 changed files with 19 additions and 7 deletions
+6
View File
@@ -63,3 +63,9 @@ variable "bucket_suffix" {
type = string
sensitive = true
}
variable "system_id" {
description = "System ID"
type = string
sensitive = true
}