openbao-helm/terraform/variables.tf

7 lines
152 B
Terraform
Raw Normal View History

2018-08-18 05:08:03 +00:00
variable "project" {
description = <<EOF
Google Cloud Project to launch resources in. This project must have GKE
enabled and billing activated.
EOF
}