Skip to content

Instantly share code, notes, and snippets.

@arashkaffamanesh
Last active July 23, 2020 22:16
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 arashkaffamanesh/bb984c443f357e615571c18370105cf9 to your computer and use it in GitHub Desktop.
Save arashkaffamanesh/bb984c443f357e615571c18370105cf9 to your computer and use it in GitHub Desktop.
variable "client_id" {}
variable "client_secret" {}
variable "agent_count" {
default = 1
}
variable "ssh_public_key" {
default = "~/.ssh/id_rsa.pub"
}
variable "dns_prefix" {
default = "tf-aksjco"
}
variable cluster_name {
default = "tf-aksjco"
}
variable resource_group_name {
default = "tf-aksjco-rg"
}
variable location {
default = "westeurope"
}
variable network_plugin {
default = "kubenet"
}
variable kubernetes_version {
default = "1.17.x"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment