Add prefix to KMS ring, to allow easy recreate

This commit is contained in:
Wiktor Niesiobędzki
2025-02-08 13:44:05 +00:00
committed by Wiktor Niesiobędzki
parent 7c5b84f33e
commit 58f22ce647
14 changed files with 21 additions and 21 deletions

View File

@@ -109,7 +109,7 @@ module "kms" {
project_id = module.project.project_id
keyring = {
location = var.region
name = "keyring"
name = "${var.prefix}-keyring"
}
keys = {
"key-regional" = {