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 committed Jan 4, 2019
1 parent e25b87d commit ea4d4ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions variables.tf
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
variable "aks_service_principal_app_id" {
description = "Application ID/Client ID of the service principal. Used by AKS to manage AKS related resources on Azure like vms, subnets."
default = "665d5c59-0006-44f7-bf4c-56bc5d3b315e"
default = ""

}

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

variable "aks_service_principal_object_id" {
description = "Object ID of the service principal."
default = "5aa4189b-f031-4eca-8098-ae02c41a9c92"
default = ""

}

Expand Down

0 comments on commit ea4d4ac

Please sign in to comment.