Kms e2e tests (#2151)

kms e2e tests
This commit is contained in:
dibaskar-google
2024-03-13 11:31:21 +01:00
committed by GitHub
parent 3cd43aca62
commit 4a187811d5
7 changed files with 58 additions and 46 deletions

View File

@@ -26,6 +26,12 @@ variable "group_email" {
default = "organization-admins@example.org"
}
variable "keyring" {
default = {
name = "keyring"
}
}
variable "kms_key" {
default = {
id = "kms_key_self_link"