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
13
tests/integration/terraform/gcp/gke.tf
Normal file
13
tests/integration/terraform/gcp/gke.tf
Normal file
@@ -0,0 +1,13 @@
|
||||
module "gke" {
|
||||
source = "git::https://github.com/fluxcd/test-infra.git//tf-modules/gcp/gke"
|
||||
|
||||
name = local.name
|
||||
tags = var.tags
|
||||
}
|
||||
|
||||
module "gcr" {
|
||||
source = "git::https://github.com/fluxcd/test-infra.git//tf-modules/gcp/gcr"
|
||||
|
||||
name = local.name
|
||||
tags = var.tags
|
||||
}
|
||||
Reference in New Issue
Block a user