fluxcd-flux2/tests/integration/terraform/gcp/gke.tf
Somtochi Onyekwere 180241b09b make tests for notifications provider agnostic
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
2023-07-20 13:40:36 +05:30

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
}