make tests for notifications provider agnostic
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
This commit is contained in:
committed by
Sunny
parent
7c1b897919
commit
e63ddb99de
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user