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

6 lines
152 B
HCL

variable "project" {
description = <<EOF
Google Cloud Project to launch resources in. This project must have GKE
enabled and billing activated.
EOF
}