openbao-helm/terraform/main.tf
Mitchell Hashimoto ef0d2cbcee
Initial commit
2018-08-17 22:08:03 -07:00

9 lines
161 B
HCL

module "gke" {
source = "./modules/gke"
project = "${var.project}"
}
module "helm" {
source = "./modules/helm"
trigger = "${module.gke.cluster_id}"
}