Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
Removing comments.
  • Loading branch information
VaijanathB authored Jan 4, 2019
1 parent 44c5474 commit e25b87d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,10 @@ variable "aks_service_principal_app_id" {

}

# variable "kubernetes_client_id" {
# description = "Service Principal App Id"
# default = "665d5c59-0006-44f7-bf4c-56bc5d3b315e"
# }


variable "aks_service_principal_client_secret" {
description = "Secret of the service principal. Used by AKS to manage Azure."
default = "uuWqyDLq+ki18BtrJiu3cAQFeGYKQghtQnoHlI8/Svg="
}
# variable "kubernetes_client_secret" {
# description="Service princiapal secret"
# default = "uuWqyDLq+ki18BtrJiu3cAQFeGYKQghtQnoHlI8/Svg="
# }

variable "aks_service_principal_object_id" {
description = "Object ID of the service principal."
Expand Down

0 comments on commit e25b87d

Please sign in to comment.