Fix encryption_keys variable name

This commit is contained in:
Lorenzo Caggioni 2020-06-10 16:31:42 +02:00
parent d029ee8e3a
commit 718a851af4
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ module "kms-gcs" {
project_id = module.project-service.project_id
prefix = "my-bucket-001"
names = ["kms-gcs"]
encryption_key = {
encryption_keys = {
kms-gcs = module.kms.keys.key-gce.self_link,
}
}