6 lines
152 B
HCL
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
|
|
}
|