1
0
mirror of synced 2026-02-13 21:16:57 +00:00

make tests for notifications provider agnostic

Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
This commit is contained in:
Somtochi Onyekwere
2023-06-27 10:34:07 +01:00
committed by Sunny
parent 7c1b897919
commit e63ddb99de
18 changed files with 515 additions and 287 deletions

View File

@@ -5,7 +5,7 @@ variable "gcp_project_id" {
variable "gcp_email" {
type = string
description = "GCP email"
description = "GCP user email"
}
variable "gcp_region" {
@@ -17,10 +17,9 @@ variable "gcp_region" {
variable "gcp_zone" {
type = string
default = "us-central1"
description = "GCP region"
description = "GCP zone"
}
variable "gcp_keyring" {
type = string
description = "GCP keyring that contains crypto key for encrypting secrets"
@@ -32,6 +31,7 @@ variable "gcp_crypto_key" {
}
variable "tags" {
type = map(string)
default = {}
type = map(string)
default = {}
description = "tags for created resources"
}