fluxcd-flux2/tests/integration/terraform/gcp/gke.tf
Somtochi Onyekwere 59ac514e34 make tests for notifications provider agnostic
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
2023-07-14 14:05:08 +01:00

13 lines
271 B
HCL

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
}