7 lines
152 B
Terraform
7 lines
152 B
Terraform
![]() |
variable "project" {
|
||
|
description = <<EOF
|
||
|
Google Cloud Project to launch resources in. This project must have GKE
|
||
|
enabled and billing activated.
|
||
|
EOF
|
||
|
}
|