Add prefix to KMS ring, to allow easy recreate
This commit is contained in:
committed by
Wiktor Niesiobędzki
parent
7c5b84f33e
commit
58f22ce647
@@ -565,7 +565,7 @@ module "kms" {
|
||||
project_id = module.project.project_id
|
||||
keyring = {
|
||||
location = var.region
|
||||
name = "keyring"
|
||||
name = "${var.prefix}-keyring"
|
||||
}
|
||||
keys = {
|
||||
"key-regional" = {
|
||||
|
||||
Reference in New Issue
Block a user