mirror of
https://github.com/bvanroll/cicdTest.git
synced 2025-08-30 12:32:45 +00:00
helm consul toegevoegd ma nie als submodule?
This commit is contained in:
17
consul-helm/test/terraform/variables.tf
Normal file
17
consul-helm/test/terraform/variables.tf
Normal file
@@ -0,0 +1,17 @@
|
||||
variable "project" {
|
||||
description = <<EOF
|
||||
Google Cloud Project to launch resources in. This project must have GKE
|
||||
enabled and billing activated. We can't use the GOOGLE_PROJECT environment
|
||||
variable since we need to access the project for other uses.
|
||||
EOF
|
||||
}
|
||||
|
||||
variable "zone" {
|
||||
default = "us-central1-a"
|
||||
description = "The zone to launch all the GKE nodes in."
|
||||
}
|
||||
|
||||
variable "init_cli" {
|
||||
default = false
|
||||
description = "Whether to init the CLI tools kubectl, helm, etc. or not."
|
||||
}
|
Reference in New Issue
Block a user