Skip to content

Instantly share code, notes, and snippets.

@YurgenUA
Last active January 17, 2024 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YurgenUA/1d4eef6b8cb5ce8254a4585ce54c78ee to your computer and use it in GitHub Desktop.
Save YurgenUA/1d4eef6b8cb5ce8254a4585ce54c78ee to your computer and use it in GitHub Desktop.
variable "vault_address" {
description = "Vault URL"
type = string
default = "http://localhost:62702"
}
variable "vault_api_token" {
description = "Vault API Token"
type = string
default = "hvs.CAESIG9BxywJcD4nRx-oehBOnKKa6M3fKb2Og-...-VzVrb0xMenVUSVA"
}
variable "kubernetes_config_path" {
description = "Local PC kube config"
type = string
default = "~/.kube/config"
}
variable "kubernetes_context" {
description = "Kube config entry"
type = string
default = "digital"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment