Skip to content

Commit

Permalink
rebuild aks
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Klingenberg <[email protected]>
  • Loading branch information
fredrkl committed Nov 12, 2023
1 parent 601bc3a commit 49a12fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ variable "bastion_admin_password" {
variable "enable_aks" {
description = "Feature flag to control the creation of the aks module resources"
type = bool
default = true
default = false
}

variable "ssh_public_key" {
Expand Down

0 comments on commit 49a12fc

Please sign in to comment.